Amazon EventBridge to Amazon SQS

EventBridge → SQS

Create an EventBridge rule that invokes an 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-dotnet-cdk

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy.

Created by:

Amir Khairalomoum

Amir Khairalomoum

Amir is a Sr. Solutions Architect at AWS. He supports customers in their digital transformation and their cloud journey to AWS. He is passionate about serverless technologies.

Follow on LinkedIn