Amazon EventBridge to Amazon SQS

EventBridge → SQS

Deploy a global endpoint for EventBridge with an SQS queue.

The AWS SAM template deploys a global endpoint for Amazon EventBridge with an SQS queue triggered by an EventBridge rule. For more information about global endpoints for Amazon EventBridge, read more at https://aws.amazon.com/blogs/compute/introducing-global-endpoints-for-amazon-eventbridge/.

< 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-globalendpoint-sqs

Deploy

sam deploy --guided --capabilities CAPABILITY_NAMED_IAM


Testing

See the GitHub repo.

Cleanup

1. Delete the stack: sam delete --stack-name STACK_NAME.
2. Confirm the stack has been deleted: aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"

Created by:

Daniele Frasca

Daniele Frasca

I am Daniele Frasca serverless enthusiast. I build and architect serverless applications at scale.