Skip to content

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

@skims-ella-travelstead

Description

@skims-ella-travelstead

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-closed[Bot] Closed, details in commentsno-activity[Bot] Closing soon if no new activity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions