August 2014
Beginner to intermediate
236 pages
5h 7m
English
DynamoDB supports various data types, broadly classified into the following two types:
Scalar data types are simply single-value, simple data types. DynamoDB supports the following three scalar data types:
The string is a multipurpose, useful data type that is similar to what we use in various programming languages. DynamoDB strings support UTF-8 binary encoding. DynamoDB does not put restrictions on the string size limit, but it specifies that the total attribute size should not be greater than 64 KB and we already know that attribute value is calculated considering the attribute name (key) ...
Read now
Unlock full access