Skip to content

Commit 539b76d

Browse files
whummerclaude
andcommitted
Increase order_processor Lambda timeout to 30s
Default 3s timeout was too short for steps with sleep() calls. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 21fc142 commit 539b76d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

01-serverless-app/terraform/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ resource "aws_lambda_function" "order_processor" {
160160
runtime = "python3.12"
161161
filename = data.archive_file.order_processor.output_path
162162
source_code_hash = data.archive_file.order_processor.output_base64sha256
163+
timeout = 30
163164

164165
environment {
165166
variables = {

0 commit comments

Comments
 (0)