Curated developer articles, tutorials, and guides — auto-updated hourly


AWS DynamoDB: Mastering NoSQL Database Patterns Amazon DynamoDB is a fully managed,...


AWS DynamoDB: NoSQL Database Patterns Amazon DynamoDB is a fully managed NoSQL database...


AWS DynamoDB: NoSQL Database Design Amazon DynamoDB is a fully managed, serverless NoSQL...


This article is a machine translation of the contents of the following URL, which I wrote in...


Introduction Hi, I'm miruky. Two writers can read the same Amazon DynamoDB item and then...


We drove a fresh on-demand table until it throttled — 4,130 writes/s, flat, run after run. Reads pas...


DynamoDB stores no item schema, so DescribeTable cannot give you types. Hand-write an interface, use...


DynamoDB on-demand throughput, measured live — a fresh table's write ceiling of ~4,130/s, reads past...


Model many-to-many relationships in DynamoDB with the adjacency-list pattern — one edge item per lin...


How to model data in DynamoDB access-pattern first. A game leaderboard walkthrough that turns four q...


Model one-to-many relationships in DynamoDB by giving the parent and its children one partition key,...


How DynamoDB partition keys work — the hash that maps a key to a physical partition, why your key ch...


Write or delete up to 25 DynamoDB items in one Node.js call — a runnable BatchWriteItemCommand examp...