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 0218745 + d65ced2 commit bb6bc27Copy full SHA for bb6bc27
terraform-sqs-lambda/main.tf
@@ -13,7 +13,7 @@ module "lambda_function" {
13
function_name = "${random_pet.this.id}-lambda"
14
description = "My awesome lambda function"
15
handler = "index.lambda_handler"
16
- runtime = "python3.8"
+ runtime = "python3.12"
17
publish = true
18
19
source_path = "${path.module}/../terraform-fixtures/python"
0 commit comments