Skip to content

Commit 0d4bc2e

Browse files
committed
terraform-eventbridge-scheduled-lambda: Update runtime to python3.12
1 parent 584ecdd commit 0d4bc2e

File tree

1 file changed

+1
-1
lines changed
  • terraform-eventbridge-scheduled-lambda

1 file changed

+1
-1
lines changed

terraform-eventbridge-scheduled-lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.12"
4747
publish = true
4848

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

0 commit comments

Comments
 (0)