DynamoDB is AWS's fully-managed NoSQL database — een key-value en document store die single-digit-millisecond performance biedt op elke schaal, met automatische scaling en geen servers om te beheren. Het is ontworpen voor applicaties die hoge prestaties en schaalbaarheid nodig hebben.
Wat DynamoDB is
DynamoDB is a managed, serverless NoSQL database:
→ KEY-VALUE / DOCUMENT model (items in tables, flexible schema)
→ FAST — single-digit-millisecond latency at any scale
→ SCALABLE — handles massive throughput; scales automatically (serverless)
→ FULLY MANAGED — no servers, patching, or capacity planning (AWS handles it)
→ highly available and durable (replicated across AZs automatically)
