Amazon SQS to Amazon EventBridge Bus using Amazon EventBridge Pipes

SQS → EventBridge Pipes → EventBridge Bus

This pattern uses SQS and triggers EventBridge events directly with optional filtering supported.

SQS queue is polled and messages are sent to EventBridge. Custom events in EventBridge are raised.

< 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-pipes-sqs-to-eventbridge-cdk

Deploy

cdk deploy


Testing

See the README in the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy.

Created by:

David Boyne

David Boyne

Helping people learn about event-driven architectures and serverless

Follow on LinkedIn