Skip to content

Commit bb6bc27

Browse files
authored
Merge pull request #2785 from kakakakakku/terraform-sqs-lambda
terraform-sqs-lambda: Update runtime to python3.12
2 parents 0218745 + d65ced2 commit bb6bc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-sqs-lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module "lambda_function" {
1313
function_name = "${random_pet.this.id}-lambda"
1414
description = "My awesome lambda function"
1515
handler = "index.lambda_handler"
16-
runtime = "python3.8"
16+
runtime = "python3.12"
1717
publish = true
1818

1919
source_path = "${path.module}/../terraform-fixtures/python"

0 commit comments

Comments
 (0)