Articles → AWS → Data Types In Dynamodb
Data Types In Dynamodb
Data Type Categorization
- Scalar type → The data type that contains a single value. The scalar data types are: -
- String
- Stores text data
- Contains only non-empty values
- Number
- Stores all numeric type
- Boolean
- Stores true or false
- Binary
- Stored BLOBS of binary data
- Contains only non-empty values
- NULL
- Unknown or undefined state
- Set types
- Having multiple scalar values
- Unordered collection of strings, numbers or binary
- Only non-empty values
- No duplicate allowed
- All values are of the same scalar type
- Document types
- Lists
- Ordered collection of values
- Can have multiple data types
- Maps
- Unordered collection of the key-value pair
- Idea for storing JSON document