Implement the normalizer pattern using an EventBridge Pipe with SQS as source and EventBridge as target.
The normalizer pattern routes each event type through its specific message translator, so that our downstream systems process messages with a unified structure. It is similar to a message translator, but with various source components, which all have different formats for events.