Skip to content

Commit

Permalink
fix lambda retries for DLQ (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsku authored Oct 9, 2023
1 parent e4d2067 commit d197afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ awslocal lambda create-function \
--environment Variables="{STAGE=local}"

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

awslocal s3api put-bucket-notification-configuration \
--bucket localstack-thumbnails-app-images \
Expand Down

0 comments on commit d197afb

Please sign in to comment.