aws-samples / serverless-snippets

Snippets of code used for Serverless Development. Code examples hosted on serverlessland.com/snippets
https://serverlessland.com/snippets
MIT No Attribution
140 stars 93 forks source link

Corrected sqs-report-batch-item-failures example for TypeScript #156

Closed matthewskahn closed 6 months ago

matthewskahn commented 7 months ago

Description of changes: Changed request and response types for lambda-function-sqs-report-batch-item-failures TypeScript example to use SQS request/response types. Esbuild output almost exactly matches the JavaScript example.

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