Partial batch failure support with Amazon.Lambda.KinesisEvents #1553
Labels
feature-request
A feature should be added or improved.
module/lambda-client-lib
p2
This is a standard priority issue
queued
Describe the feature
When processing a kinesis stream configured with
reportBatchItemFailures
astrue
I expected to find aStreamsEventResponse
object defined inAmazon.Lambda.KinesisEvents
so I can report a partial batch failure similar to howAmazon.Lambda.DynamoDBEvents
hasStreamsEventResponse
andAmazon.Lambda.SQSEvents
hasSQSBatchResponse
.The documentation here https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-batchfailurereporting indicates that this is already available for Java and I would appreciate this feature added for dotnet.
Use Case
This feature would be appreciated when using a Lambda to process a Kinesis stream that has
ReportBatchItemFailures
configured totrue
.Proposed Solution
Implement
StreamsEventResponse
in theAmazon.Lambda.KinesisEvents
package.Other Information
No response
Acknowledgements
AWS .NET SDK and/or Package version used
Amazon.Lambda.KinesisEvents
Targeted .NET Platform
.NET 6 and up
Operating System and version
N/A
The text was updated successfully, but these errors were encountered: