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?
Sometime things are simple....
The Lambda interface actually provides a Test function with with you can generate events:
I guess I looked in the wrong place to generate events (in the eventbridge itself).