Dynamodb Axi

Use dynamodb-axi to discover, inspect, query, scan, create, update, back up, restore, export, import, and safely operate DynamoDB tables through safe TOON CLI workflows.

thatdudealso fcf4a28 6 files · 6.6 KB Updated

File contents

dynamodb-axi

Use dynamodb-axi when a task involves DynamoDB table discovery, inspection, keys, indexes, reads, bounded scans, guarded writes, backups, restores, exports, imports, TTL, streams, capacity, DynamoDB Local, or AWS DynamoDB safety checks.

Run npx -y dynamodb-axi for live context. Use npx -y dynamodb-axi doctor before production work. Inspect before mutating: npx -y dynamodb-axi inspect --table <name>. Scans require an explicit limit: npx -y dynamodb-axi scan --table <name> --limit 25. Mutations require --execute; destructive operations also require --confirm <exact-name>.

thatdudealso/dynamodb-axi/tree/main/ commit fcf4a28c36

Frequently asked questions

npx skillmds@latest add thatdudealso/dynamodb-axi