Amazon API Gateway REST API to Amazon EventBridge with payload composition and Amazon SQS target
API Gateway REST → EventBridge → SQS → Lambda
Create an API Gateway that sends events to EventBridge and enriches the event in the integration request.
The APIGW payload is sent to EventBridge as a custom event payload. In the integration request, a custom payload is created and passed to EventBridge that targets an SQS queue.