Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New serverless pattern - sqs-lambda-dynamodb-cloudwatch-cdk-ts #1968

Conversation

astan54321
Copy link

@astan54321 astan54321 commented Dec 18, 2023

Issue #, if available:
#1969

Description of changes:
The purpose of this pattern is to address write throttling issues of Provisioned Capacity DynamoDB Tables by offloading the requests to SQS to handle writes asynchronously. This pattern is deployed through an AWS Cloud Development Kit (CDK) app which provisions DynamoDB tables, SQS queues and DLQs, Lambda functions, and Cloudwatch alarms. Test scripts have been provided for testing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

Valid pattern file found.

Reviewer you can view the pattern file here

@pputhran
Copy link
Contributor

Hi,
This would be a good candidate to be submitted to the Repos collection instead at https://serverlessland.com/repos.
Patterns are intended to be small, with only 2-3 AWS Services.

@pputhran pputhran closed this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants