Amazon SQS to AWS Step Functions using Amazon EventBridge Pipes

Amazon SQS → Amazon EventBridge Pipes → AWS Step Functions

This pattern invokes a Step Functions workflow from an SQS queue with optional filtering supported.

SQS queue is polled and a Step Functions workflow execution is started for each batch of messages.

< 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-step-functions-cdk-java

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy.

Created by:

Matt Ridehalgh

Matt Ridehalgh

Matt Ridehalgh is a Solutions Architect at AWS.

Follow on LinkedIn