We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea5596e + 7e812c6 commit c8101cdCopy full SHA for c8101cd
2 files changed
apigw-sqs-terraform/main.tf
@@ -10,7 +10,6 @@ terraform {
10
}
11
12
provider "aws" {
13
- profile = "default"
14
region = "us-east-1"
15
16
@@ -268,4 +267,4 @@ output "Test-Command1" {
268
267
output "Test-Command2" {
269
value = "aws sqs receive-message --queue-url ${aws_sqs_queue.MySQSqueue.id}"
270
description = "Command to query the SQS Queue for messages"
271
-}
+}
terraform-eventbridge-scheduled-lambda/main.tf
@@ -43,7 +43,7 @@ module "lambda_function" {
43
function_name = "${random_pet.this.id}-lambda"
44
description = "My awesome lambda function"
45
handler = "index.lambda_handler"
46
- runtime = "python3.8"
+ runtime = "python3.13"
47
publish = true
48
49
source_path = "${path.module}/../terraform-fixtures/python"
0 commit comments