DynamoDB's core model centers on tables, items (identified by partition and sort keys), attributes, distinct logical and physical models, and a 400 KB per-item size limit.
DynamoDB is a low-level managed NoSQL service where tables use partition (hash) and optional sort (range) keys; application-level query planning and index management required.