Amazon DynamoDB is a fully managed serverless NoSQL key-value/document database providing single-digit millisecond latency and near-unlimited scale. While fundamentally OLTP, data engineers must understand key design and stream-to-analytics pipelines.
Data is organized as table → items (rows) → attributes (columns). Each item identified by primary key.