Create an EventBridge rule that invokes a SQS queue.
This project contains sample AWS CDK code to create an EventBridge rule, as well as a SQS queue.
The EventBridge rule publishes matched events to the SQS queue. In this example, the rule filters for specific attributes in the event before sending the event to the queue.