Properly handle binary data
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.
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.