@aws-cdk/aws-lambda-event-sources: Support for SQS ReportBatchItemFailures #17690
Labels
@aws-cdk/aws-sqs
Related to Amazon Simple Queue Service
effort/medium
Medium work item – several days of effort
feature/service-integration
Add functionality to an L2 construct to enable easier integration with another service
feature-request
A feature should be added or improved.
p1
Description
The documentation here for using lambda with SQS states that it's possible to configure the lambda event source with ReportBatchItemFailures in the FunctionResponseTypes list.
However this is not present in the CDK event source mapping.
Use Case
We need to be able to specify which messages failed so that successfully processed messages aren't refetched in a retry batch.
Proposed Solution
Add ReportBatchItemFailures in the FunctionResponseTypes list as per documentation
Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: