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 3fe2e86 commit e8d83b3Copy full SHA for e8d83b3
modules/scenarios/message-size-breach/main.tf
@@ -46,7 +46,7 @@ resource "aws_lambda_function" "image_processor" {
46
role = aws_iam_role.lambda_role.arn
47
handler = "lambda_function.lambda_handler"
48
source_code_hash = filebase64sha256("${path.module}/lambda_function.zip")
49
- runtime = "python3.9"
+ runtime = "python3.13"
50
timeout = var.lambda_timeout
51
52
# This will fail when batch size × message size > 256KB (Lambda async limit)
0 commit comments