Skip to content

Commit 2c061cd

Browse files
burdeazymarcojahn
andauthored
Update s3-lambda-agentcore/deploy.tf
Co-authored-by: Marco <marco.jahn@gmail.com>
1 parent 275067b commit 2c061cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s3-lambda-agentcore/deploy.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ resource "aws_lambda_function" "s3_agent_lambda_function" {
253253
role = aws_iam_role.lambda_role.arn
254254
handler = "invoke_agent.lambda_handler"
255255
runtime = "python3.14"
256-
timeout = 30
256+
timeout = 300 # 5 minutes for agent processing
257257
filename = data.archive_file.zip.output_path
258258
source_code_hash = data.archive_file.zip.output_base64sha256
259259
environment {

0 commit comments

Comments
 (0)