Articles → AWS → Data Types In Dynamodb
Data Types In Dynamodb
Data Type Categorization
| Data Type | Description |
|---|
| String | Stores text data. Contains only non-empty values. |
| Number | Stores all numeric types. |
| Boolean | Stores true or false. |
| Binary | Stored BLOBS of binary data. Contains only non-empty values. |
| NULL | Unknown or undefined state. |
| Data Type | Description |
|---|
| Lists | Ordered collection of values. Can have multiple data types. |
| Maps | An unordered collection of key-value pairs. Idea for storing a JSON document. |
| Posted By - | Karan Gupta |
| |
| Posted On - | Tuesday, August 29, 2023 |