Amazon EventBridge to Amazon SQS

Amazon EventBridge → SQS

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.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/eventbridge-sqs-cdk-typescript

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy.

Created by:

Ryan See

Ryan See

Ryan is a Solutions Architect at AWS.

Follow on LinkedIn