We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef2f05 commit ecea620Copy full SHA for ecea620
main.tf
@@ -369,7 +369,7 @@ resource "aws_lambda_function" "functions" {
369
handler = "index.handler"
370
memory_size = each.value.memory_size
371
role = aws_iam_role.roles["lambda"].arn
372
- runtime = "python3.11"
+ runtime = "python3.12"
373
source_code_hash = data.archive_file.packages[each.key].output_base64sha256
374
tags = var.tags
375
timeout = 3
0 commit comments