Google News
logo
DynamoDB - Interview Questions
What are the data types supported by DynamoDB?
The four scalar data types that DynamoDB supports are as follows :

* Numbers
* Strings
* Binary
* Boolean.

Data types for collections that DynamoDB supports include :

* String Set Number Set
* Heterogeneous Binary Set
* Differentiated Map
* DynamoDB accepts Null values.
Advertisement