Release: Amazon DynamoDB on 2012-08-21
Amazon DynamoDB supports binary type attributes.
Details
New Feature
| Feature |
Description |
| Support for binary data type. |
In addition to the Number and String types, Amazon DynamoDB now supports Binary
data type. With the binary type attributes you can now store any binary data,
for example compressed data, encrypted data, and images. For more information
about the data types, go to Amazon DynamoDB Data Types. For examples of handing binary type data using
the AWS SDKs, see the following sections in the Amazon DynamoDB Developer Guide:
|