Skip to content

Commit dc6761b

Browse files
committed
terraform-eventbridge-scheduled-lambda: Update runtime to python3.13
1 parent 494b2a3 commit dc6761b

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.13"
4747
publish = true
4848

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

0 commit comments

Comments
 (0)