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.
1 parent 494b2a3 commit dc6761bCopy full SHA for dc6761b
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