Deconstructing 'The Scalable Webhook' AWS Serverless Architecture Pattern

preview_player
Показать описание

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

To Clone Now:
npx cdkp init the-scalable-webhook
Рекомендации по теме
Комментарии
Автор

Thank you for the video, really high quality content.

DomenicoTesta
Автор

smased like/subscribe/notification button. Please come back and continue the series

sahilk
Автор

it is a great video. how can we handle if we have to return an object id after db operation? it seems we should not use auto increment ids. right?

MohamedAsfer
Автор

Question: why not limit the concurrency on the original lambda in the "api gateway => lambda => dynamo db" version. Is an intermediate SQS queue necessary-- wouldn't the internal event bus do the same thing?

alkaliaurange