bykka / dynamoit

A simple AWS DynamoDB viewer
GNU General Public License v3.0
90 stars 4 forks source link

Add the binary type support #17

Closed bykka closed 1 year ago

bykka commented 3 years ago

The binary type, for now, is not supported

bykka commented 1 year ago

Binary value is saved as base64 string. You have to switch to RAW Document for defining B type for the property instead of S type