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 a support for a default AWS event handler #2115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jiaaro
Copy link

@jiaaro jiaaro commented Jun 12, 2020

Ticket: #2112

This PR adds a way for users to define a default handler for AWS events. This allows for handling events for sources that don't exist at the time of deployment (like temporary SQS queues) as well as resources managed by systems like terraform whose ARNs are not yet known at the time the Zappa package is built.

Finally, it allows users to handle events from new AWS systems that Zappa has not specifically integrated yet.

@jiaaro jiaaro changed the title Add a default handler for AWS events Add a support for a default AWS event handler Jun 12, 2020
@coveralls
Copy link

coveralls commented Jun 12, 2020

Coverage Status

Coverage decreased (-18.8%) to 54.22% when pulling b4cb5a1 on jiaaro:master into 542c8c6 on Miserlou:master.

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

Successfully merging this pull request may close these issues.

None yet

2 participants