...

/

Data Types

Data Types

Understand the various data types used by the attributes.

We can categorize the data types used by attributes as:

  1. Scalar
  2. Document
  3. Set

Scalar

The types contained in this category are String, Number, Boolean, Null, and Binary. These data types contain a single value. Let’s look at each one of them.

String

We can store a string of any size, constrained only by the DynamoDB item size limit. That is, we can store a string of any size as long as your item is less than 400 KB in size. However, if the given string ...