
DynamoDB is no sql, fully managed database.
What is the difference between relational database and nosql database.
Relational database stores the data in table format where as no sql database stores the data as document for high scalability.
NoSQL database stores the data as key value.
There...