Skip to content

Commit d197afb

Browse files
authored
fix lambda retries for DLQ (#13)
1 parent e4d2067 commit d197afb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ awslocal lambda create-function \
7979
--environment Variables="{STAGE=local}"
8080

8181
awslocal lambda wait function-active-v2 --function-name resize
82+
awslocal lambda put-function-event-invoke-config --function-name resize --maximum-event-age-in-seconds 3600 --maximum-retry-attempts 0
8283

8384
awslocal s3api put-bucket-notification-configuration \
8485
--bucket localstack-thumbnails-app-images \

0 commit comments

Comments
 (0)