Dynomate 1.1.0
Released May 27, 2025 (
Ever found yourself copying attribute values from the table view, switching to query mode, and manually pasting them in? Yeah, me too. That's why we built this.
One-click query from the context menu
Right-click any row and instantly query related items. No more copy-paste gymnastics!
The new "Query with..." option is schema-aware – it knows your table structure and offers intelligent query options based on your keys and indexes.
For simple tables (primary key only):
Select a user row → Query with Primary Key → boom, all items with that userId.
For composite keys:
Got an Orders table with customerId + orderDate? Right-click gives you:
- Query by customerId (find all customer orders)
- Query by full key (find this exact order)
Tables with indexes? We got you:
Each GSI and LSI appears as a query option. Click it, and Dynomate switches to query mode with all the values pre-filled.
This is one of those features that seems small but saves tons of time when you're debugging production issues at 2am.
