We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d2067 commit d197afbCopy full SHA for d197afb
bin/deploy.sh
@@ -79,6 +79,7 @@ awslocal lambda create-function \
79
--environment Variables="{STAGE=local}"
80
81
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
83
84
awslocal s3api put-bucket-notification-configuration \
85
--bucket localstack-thumbnails-app-images \
0 commit comments