I am looking into using EventBridge as our platform for events/messaging. One concern is the lack of support for FIFO within EventBridge. This can be resolved by using an SQS FIFO source combined with an EventBridge pipe.
I would like to know if messages are archived and then replayed, will the replay maintain the original FIFO ordering of the messages or will the replay simply blast out events in "random" order.
Any real life experience would be appreciated.