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 have an s3 bucket which has a few existing event subscriptions. There is no overlap with the event subscription that zappa is trying to manage. I expect to be able to schedule a new subscription with zappa, even if there are already some on the bucket.
Actual Behavior
It looks at the bucket, and says that the event schedule already exists.
Possible Fix
I suspect it is only looking at the event types, and does not actually look at the filters when looking to see if an s3 event subscription already exists.
Steps to Reproduce
Add an event subscription on prefix A manually to an s3 bucket
Attempt to schedule zappa with an event subscription on prefix B. It should tell you that the event subscription already exists.
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.
Originally from: Miserlou/Zappa#1442 by jesse-peters
Context
Using zappa on python 3.6 inside a venv.
Expected Behavior
I have an s3 bucket which has a few existing event subscriptions. There is no overlap with the event subscription that zappa is trying to manage. I expect to be able to schedule a new subscription with zappa, even if there are already some on the bucket.
Actual Behavior
It looks at the bucket, and says that the event schedule already exists.
Possible Fix
I suspect it is only looking at the event types, and does not actually look at the filters when looking to see if an s3 event subscription already exists.
Steps to Reproduce
Your Environment
zappa_settings.py
:The text was updated successfully, but these errors were encountered: