Search code examples
aws-event-bridge

Test EventBridge hourly schedule - Trigger immediatly


I've configured and AWS EventBridge schedule that triggers a lambda target every hour.

How can I best test this trigger without having to wait until the schedule is reaching 1 hour?


Solution

  • Sometime things are simple.... The Lambda interface actually provides a Test function with with you can generate events: enter image description here

    I guess I looked in the wrong place to generate events (in the eventbridge itself).