Skip to content

Properly handle binary data

Choose a tag to compare

@darrenklein darrenklein released this 27 Aug 21:14

The DynamoDB docs indicate that binary data should be base64-encoded to be written as a Dynamo binary data type; this patch release fixes an issue where binary data was not being properly encoded/decoded.