Amazon DynamoDB Intro
DynamoDB is one of the NoSQL database service and it can create database which can store and retrieve any amount of data. It can perform scale up or scale down according to the table's throughput capacity without downtime or degradation of performance.
DynamoDB can spreads the data and traffic of the table to sufficient number of servers to be able to handle the storage requirement while maintaining consistent and fast performance. It use solid state disks (SSDs) to store data and automatically replicated to multiple availability zones in an AWS region. It makes DynamoDB for providing high availability and data durability.