File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
terraform-eventbridge-scheduled-lambda Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ terraform {
1010}
1111
1212provider "aws" {
13- profile = " default"
1413 region = " us-east-1"
1514}
1615
@@ -268,4 +267,4 @@ output "Test-Command1" {
268267output "Test-Command2" {
269268 value = " aws sqs receive-message --queue-url ${ aws_sqs_queue . MySQSqueue . id } "
270269 description = " Command to query the SQS Queue for messages"
271- }
270+ }
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module "lambda_function" {
4343 function_name = " ${ random_pet . this . id } -lambda"
4444 description = " My awesome lambda function"
4545 handler = " index.lambda_handler"
46- runtime = " python3.8 "
46+ runtime = " python3.13 "
4747 publish = true
4848
4949 source_path = " ${ path . module } /../terraform-fixtures/python"
You can’t perform that action at this time.
0 commit comments