-
Notifications
You must be signed in to change notification settings - Fork 363
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
Make S3 triggers apply correctly with multiple stages using the same bucket #1025
Conversation
…SpareFoot/Zappa) into fix-s3-events-20210813 Migrating PR #2126 from Miserlou/Zappa to a new PR in zappa/Zappa.
zappa is currently tightly integrated with kappa, this may be a good starting point to migrate away from kappa. |
Hi there! Unfortunately, this PR has not seen any activity for at least 90 days. If the PR 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 PR was automatically closed as it had not seen any activity in at least 100 days. If the PR is still relevant to the latest version of Zappa, please open a new PR. |
Description
The S3EventSource handler from Kappa has been re-implemented to allow more precise addition and removal of S3 bucket event triggers allowing Zappa to work when multiple stages, app_functions, or even whole projects to apply and manage their own triggers on S3 buckets.
(This is an updated version of Miserlou/Zappa#2126, originally opened by @arcadecoffee)
GitHub Issues
fixes #872