DynamoDB is a hosted NoSQL database that is offered by Amazon Web Services (AWS). The main features can be listed down as follows:
- It is a reliable performance even as it scales with the data.
- It gives user a managed experience, so that the user need not be doing SSH into servers to upgrade the crypted libraries.
- It is a very small and simple API that allows simple key-value to access and also more advanced query patterns.
These are the prominent features of DynamoDB.