Command history

Never lose track of what you ran.

Every DynamoDB operation is recorded automatically with rich metadata: execution timing, consumed capacity, item counts, and serialized parameters. Star the important ones, re-run queries from history, and spot expensive operations at a glance.

Try Free for 14 Days

Highlights

01Operation filters

All, Query, Scan, PartiQL, Vector Search, and Writes, with live counts per category.

02Replay actions

Re-run a past operation, copy it as an API call, or delete it from history.

03Vector runs on the record

A SearchVectors row names the index and where the query vector came from: an item key, an inline vector with its dimension count, or your text and the model that embedded it. Never the vector itself.

04Profile filter

Scope history to a specific profile or show operations from all profiles.

05Warnings and errors

At-a-glance counts for flagged and failed operations, and an inline hint to add a GSI or narrow your filter when a scan returns few items.

06Clear history

Wipe all recorded operations with a single confirmation.

Everything inside

Automatic recordingEvery query, scan, PartiQL statement, vector search, put, update, delete, and batch write is recorded automatically with timing, consumed capacity, and item counts.
Star important operationsBookmark operations for quick reference. Starred entries survive auto-pruning and are always accessible.
One-click re-runReplay any previous query or scan directly from history. Copy operations to the clipboard as DynamoDB API commands for sharing.
Expensive operation warningsWarning indicators for operations exceeding 100 RCU, 5 seconds of execution, or 1,000 items scanned. Spot performance issues early.
Request size, not read unitsA vector search consumes no read capacity, so its row carries the request size in bytes where an RCU reading would go. A 1024-dim query runs about 31 KB, and the figure scales with the dimension count.
Auto-pruningHistory maintained at 200 entries with automatic cleanup. Starred items are always preserved regardless of pruning.

Goes well with

Your history is waiting to be made.

Try Free for 14 Days