From fbe32debfa004dfacc643e132f9ffe0b4955803d Mon Sep 17 00:00:00 2001 From: julialawrence <98329494+julialawrence@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:16:19 +0100 Subject: [PATCH] Increase timeout to 5 minutes from 3 seconds --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index c2ab285..ff3cdc8 100644 --- a/main.tf +++ b/main.tf @@ -99,6 +99,7 @@ resource "aws_lambda_function" "default" { role = aws_iam_role.default.arn handler = "app.lambda_handler" runtime = "python3.11" + timeout = 300 filename = data.archive_file.function.output_path source_code_hash = data.archive_file.function.output_base64sha256