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

How to Configure AWS EventBridge to Trigger Zappa-Managed Lambda? #1365

Open
skims-ella-travelstead opened this issue Mar 10, 2025 · 0 comments

Comments

@skims-ella-travelstead
Copy link

I’m using Zappa to deploy a Flask app as a Lambda function, and I need to configure AWS EventBridge to trigger my Lambda when an event occurs (e.g., Glue job completion).

Example event pattern:

{
  "source": ["aws.glue"],
  "detail-type": ["Glue Job State Change"]
}

There are example on how to set these up for S3 uploads, DynamoDB entries, Kinesis streams, SNS messages, and SQS queues but not for EventBridge.

Is this possible at all with Zappa? Related issue ive seen: #1093

Thank you!

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