support unmarshall
to convert binary attributes
#6599
Labels
feature-request
New feature or enhancement. May require GitHub community feedback.
p2
This is a standard priority issue
Describe the feature
It was first introduced here: #2634 (comment)
unmarshall will also not convert binary attributes properly. The DynamoDB stream will provide a base64 encoded presentation of the binary attribute and unmarshall does not base64-decode the value.
But it would be good to add this feature to support unmarshall to convert binary attributes
Reproduction steps:
2: Create a test on lambda, put the following json into test -> test event -> event json and test
Use Case
unmarshall will also not convert binary attributes properly. The DynamoDB stream will provide a base64 encoded presentation of the binary attribute and unmarshall does not base64-decode the value.
Proposed Solution
I have provided the workaround
Other Information
No response
Acknowledgements
SDK version used
latest
Environment details (OS name and version, etc.)
lambda prod
The text was updated successfully, but these errors were encountered: