You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you dump regular python dict to dynamodb JSON, binary data should become {"B": "base64_encoded_binary_here"}. However, this library returns {"S": "string representation"}. You can try to dump this {"binary": b"hello"} to reproduce this error.
The text was updated successfully, but these errors were encountered:
when you dump regular python dict to dynamodb JSON, binary data should become
{"B": "base64_encoded_binary_here"}
. However, this library returns{"S": "string representation"}
. You can try to dump this{"binary": b"hello"}
to reproduce this error.The text was updated successfully, but these errors were encountered: