Amazon DynamoDB Concepts
Jump to navigation
Jump to search
External
Internal
Overview
Amazon DynamoDB is a managed NoSQL database service.
Table
A table is a collection of items.
Item
An item is a collection of attributes.
Primary Key
DynamoDB uses primary keys to uniquely identify each item in a table.