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’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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: