EventBridge replay events

Replays events from Amazon EventBridge based on innitial event time

Takes an array (40 max) of EventBridge events, and will replay them at the time they were orginally raised
For example if an event was raised yesterday at 13:39:00 and you triggered the workflow with that event, that event would be raised today at 13:39:00. Checks are put in place to see if the event time has already passed or not.

Launch Stack
< Back to all workflows

GitHub icon View this workflow on GitHub


Clone repo

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/eventbridge-replay-events/cd step-functions-workflows-collection/eventbridge-replay-events/

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

1. Delete the stack: sam delete.

Created by:

David Boyne

David Boyne

Helping people learn about event-driven architectures and serverless

Follow on LinkedIn