Getting started with amazon-dynamodb
Remarks#
This section provides an overview of what amazon-dynamodb is, and why a developer might want to use it.
It should also mention any large subjects within amazon-dynamodb, and link out to the related topics. Since the Documentation for amazon-dynamodb is new, you may need to create initial versions of those related topics.
Installation or Setup
DynamoDB is a fully managed service provided by AWS. It does not need to be installed or configured. AWS is responsible for all administrative burdens of operating, scalling and backup/restore of the distributed database.
Introduction
DynamoDB is a Distributed NoSQL database, based on key-value architecture, fully managed by Amazon Web Services. It was designed to provide scalability, redundancy and failover in predictable performance.