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 - DDB (SAM with Typescript, esbuild, and partial batch response) #1649

Merged
merged 7 commits into from
Sep 13, 2023

Conversation

DmitryGulin
Copy link
Contributor

@DmitryGulin DmitryGulin commented Sep 11, 2023

Issue #, if available:
#1648

Description of changes:
This pattern demonstrates the use of Amazon SQS queue to avoid client throttling by a DynamoDB table.

Lambda function uses partial batch response to report throttled message ids.

Additionally, Lambda function is implemented with Typescript and SAM template uses esbuild integration to package the ESM result with tree-shaking and minification enabled.

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

@DmitryGulin DmitryGulin changed the title #1648: initial commit New serverless pattern: SQS - Lambda - DDB (SAM with Typescript, esbuild, and partial batch response) Sep 11, 2023
@boyney123 boyney123 merged commit 618954a into aws-samples:main Sep 13, 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.

2 participants