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 1a3331e commit 80b7315Copy full SHA for 80b7315
main.tf
@@ -91,7 +91,7 @@ module "lambda" {
91
handler = "${local.lambda_handler}.lambda_handler"
92
source_path = var.lambda_source_path != null ? "${path.root}/${var.lambda_source_path}" : "${path.module}/functions/notify_slack.py"
93
recreate_missing_package = var.recreate_missing_package
94
- runtime = "python3.12"
+ runtime = "python3.11"
95
architectures = var.architectures
96
timeout = 30
97
kms_key_arn = var.kms_key_arn
0 commit comments