Amazon SQS Integration With Amazon Redshift using Amazon EventBridge Pipes

Amazon SQS → EventBridge Pipes → Amazon SQS → EventBridge Pipes → Redshift

How to send messages from Amazon SQS queue to Amazon Redshift Cluster using Amazon EventBridge Pipes

The solution will create two Amazon SQS queues, Amazon Redshift Cluster, and an EventBridge Pipes.
EventBridge pipes consume messages from source SQS queue then transform the message to create an insert queries and insert data to Amazon Redshift cluster.

< 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-redshift-cdk-python

Deploy

cdk deploy


Testing

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

Cleanup

Delete the stack: cdk destroy.

Created by:

Rajat Palod

Rajat Palod

Rajat is a Technical Account Manager at AWS and Serverless enthusiast.

Follow on LinkedIn