Amazon SQS to Amazon SQS with Amazon EventBridge Pipes and AWS Lambda Enrichment

SQS → EventBridge Pipes → enrichment → SQS

This pattern demonstrates sending SQS messages to another SQS queue with a Lambda function to enrich the data.

SQS queue is polled, the Lambda enricher is invoked and the response of the Lambda function is passed to SQS.

< 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-sqs-with-lambda-enrichment-dotnet

Deploy

cdk deploy


Testing

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

Cleanup

Delete the stack: cdk destroy.

Created by:

James Eastham

James Eastham

I am a Cloud Infrastructure Architect with AWS Professional Services.