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 {
10
10
}
11
11
12
12
provider "aws" {
13
- profile = " default"
14
13
region = " us-east-1"
15
14
}
16
15
@@ -268,4 +267,4 @@ output "Test-Command1" {
268
267
output "Test-Command2" {
269
268
value = " aws sqs receive-message --queue-url ${ aws_sqs_queue . MySQSqueue . id } "
270
269
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" {
43
43
function_name = " ${ random_pet . this . id } -lambda"
44
44
description = " My awesome lambda function"
45
45
handler = " index.lambda_handler"
46
- runtime = " python3.8 "
46
+ runtime = " python3.13 "
47
47
publish = true
48
48
49
49
source_path = " ${ path . module } /../terraform-fixtures/python"
You can’t perform that action at this time.
0 commit comments