What are the data types bolstered by DynamoDB?                     
                        
                           
                           
                        
                     
                  
                  
                  DynamoDB bolsters various kinds of information types, for example, Collection Data Types, scalar information types, and even null values. 
Scalar Data Types – The scalar information types bolstered by DynamoDB are: 
- Binary
 
- Number 
 
- Boolean 
 
- String 
 
Collection Data Types – The Collection Data Types bolstered by DynamoDB is: 
- Binary Set 
 
- Number Set 
 
- String Set 
 
- Heterogeneous Map 
 
- Heterogeneous List
 
 
 
