Closed
Description
Describe the feature
The metadata
field of KinesisFirehoseResponse is used for the dynamic partitioning feature in Kinesis Firehose
Reference implementation in golang https://github.com/aws/aws-lambda-go/blob/1ba09afd7523e0d5a8a2e2fb58ddb8ec8b92ebb7/events/firehose.go#L36-L41 added in aws/aws-lambda-go#395
Use Case
Used to extract partition keys/values for dynamic partitioning feature in Kinesis Firehose
Proposed Solution
Add KinesisFirehoseResponseRecordMetadata class with field partitionKeys
as Dictionary<string, string>
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS .NET SDK and/or Package version used
Amazon.Lambda.KinesisFirehoseEvents 2.1.0
Targeted .NET Platform
.net 6
Operating System and version
AmazonLinux