Amazon SQS to AWS Step Functions with Amazon EventBridge Pipes

SQS → EventBridge Pipes → Step Function

This pattern shows how to use EventBridge Pipes to launch a Step Functions state machine with a message coming from SQS Queue.

EventBridge Pipe used to poll a SQS queue and use the message to launch a Step Functions state machine

< 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-stepfunctions

Deploy

sam deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Roman Boiko

Roman Boiko

AWS Serverless Specialist Solutions Architect