In this video I will walk you through, then deploy and demo "The Scalable Webhook" pattern from cdkpatterns.com
This pattern uses SQS to slow down the amount of requests that can interact with your DB at any given moment. This increases the resiliency of your application to sudden traffic spikes, especially if you are using a non-serverless DB
Everything is built and deployed using AWS CDK and Cloud9.
GitHub Repo
https://github.com/cdk-patterns/serverless/tree/master/the-scalable-webhook
To Clone Now:
npx cdkp init the-scalable-webhook
Download
0 formats
No download links available.
Deconstructing "The Scalable Webhook" AWS Serverless Architecture Pattern | NatokHD