Add support for unmarshalling DynamoDB JSON into types.AttributeValue #2920
Labels
feature-request
A feature should be added or improved.
p2
This is a standard priority issue
queued
This issues is on the AWS team's backlog
Describe the feature
Related to #1652
Add functionality to directly unmarshal DynamoDB JSON format into map[string]types.AttributeValue
Use Case
When processing DynamoDB Streams events in Lambda functions, we receive event data in DynamoDB JSON format that needs to be unmarshalled into SDK types for further processing. Currently this requires complex workarounds or manual conversion code. In v1 of the SDK this was working, likely unintentionally and in v2 it does not work.
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Go SDK V2 Module Versions Used
N/A
Go version used
N/A
The text was updated successfully, but these errors were encountered: