You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified before that there are no other lambda functions, nor any other trigger functions
any thoughts ?
$ npm run add-s3-handler --s3_bucket="uploads.lifetales.me" --s3_prefix=“story/“ --s3_suffix=".jpg"
> aws-lambda-image@0.13.0 add-s3-handler /home/jodi/aws-lambda-image
> claudia add-s3-event-source --profile $npm_package_config_profile --bucket $npm_config_s3_bucket --events s3:ObjectCreated:* --prefix $npm_config_s3_prefix --suffix $npm_config_s3_suffix
{ InvalidArgument: Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
The text was updated successfully, but these errors were encountered:
I verified before that there are no other lambda functions, nor any other trigger functions
any thoughts ?
The text was updated successfully, but these errors were encountered: