Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add-s3-handler trying to create duplicates ? #146

Open
jshow opened this issue Sep 20, 2017 · 1 comment
Open

add-s3-handler trying to create duplicates ? #146

jshow opened this issue Sep 20, 2017 · 1 comment

Comments

@jshow
Copy link

jshow commented Sep 20, 2017

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.
@jshow
Copy link
Author

jshow commented Sep 20, 2017

ok, I think I've figure out why this is happening.

$ npm run destroy

Isn't destroying the S3 bucket events - destroying them manually takes away the above issue

I'll leave it open, may want to tag this as a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant