Twilio to Amazon EventBridge

Amazon EventBridge

Create an EventBridge inbound webhook for Twilio.

This stack deploys an inbound webhook that subscribes to events from Twilio and receives them on an Amazon EventBridge event bus for further processing.
EventBridge is a serverless event bus that enables you to build scalable event-driven applications by routing events between your own applications, third-party SaaS applications, and other AWS services.
This pattern deploys one Lambda function with a fURL, one Secrets Manager secret, and a CloudWatch alarm.

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

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

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:

Rohan Mehta

Rohan Mehta

Associate Cloud Application Architect at AWS.