Amazon EventBridge Archive ignores replayed events. The archive rule is a managed rule and so there is no way to remove this restriction. This limitation can be frustrating when standing up a new bus.
This Terraform module configures an AWS Step Functions Express workflow that handles replayed events from an EventBridge bus. Events with a replay-name
property are sent directly to the workflow and reinjected into the same bus with the replay marker removed.
- EventBridge rule captures events with
replay-name
property - Events are routed directly to a Step Function