Create and route events using AWS Lambda, Amazon EventBridge, Amazon SQS

AWS Lambda → EventBridge → Amazon SQS → AWS Lambda

The pattern sends custom events to EventBridge, routes them using content-based rules to rate-controlled SQS queues and Lambda functions

This patterns shows CDK deployment for using AWS Lambda, Amazon EventBridge, Amazon SQS to generate and process events.

< 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/lambda-eventbridge-sqs-lambda-cdk-python

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy.

Created by:

Anagh Lal

Anagh Lal is a Senior Solutions Architect at AWS

Follow on LinkedIn