A cache with no way back to the source
A founder's own paid listing showed no usable name in their own dashboard — the story of a denormalized field nobody remembered to keep in sync.
Tag archive
A founder's own paid listing showed no usable name in their own dashboard — the story of a denormalized field nobody remembered to keep in sync.

Introduction Hi, I'm miruky. An Amazon DynamoDB table is optimized around its primary...

Dynoxide runs DynamoDB vector indexes and SearchVectors on your own machine. What I measured about the index lifecycle before building it, where it will never match AWS, and how a validation-error rollout I caught in June finally ended.

Introduction Hi, I'm miruky. The Enabled label on a Lambda trigger confirms that an event...

Read a DynamoDB item by its primary key from the AWS CLI — a runnable get-item command with the DynamoDB JSON key format, projection, and consistent-read flag.

A support question — 'did my receipt save?' — needs an audit trail. This one carries no user text ever, logs one row per action rather than per write, never logs from inside a mutation, and introduced the repo's first secondary indexes along with the one screen that must never load everything.

Read every item in a DynamoDB table in Python with boto3 — a runnable full-table scan using the built-in paginator, plus parallel scan and the cost trade-offs.

How to Deploy DynamoDB Tables on AWS Using Terraform Infrastructure as Code allows us to...
--- The Problem I Kept Ignoring Every week, the same small annoyance played out: I'd snap...

Read every item in a DynamoDB table in Node.js with AWS SDK v3 — a runnable full-table Scan pagination loop, plus parallel scan and its cost.
AWS DynamoDB: Mastering NoSQL Database Design Amazon DynamoDB is a fully managed,...

Read every item in a DynamoDB table from the AWS CLI — a runnable aws dynamodb scan example with automatic pagination, NextToken chunking, and cost trade-offs.