DynamoDB Browser
The DynamoDB browser lets you explore tables, view schema, and query items.
Features
Section titled “Features”- Table list with item count, size, and status
- Schema view — partition key, sort key, GSIs, LSIs
- Item browser with formatted DynamoDB types (S, N, BOOL, NULL, L, M, SS, NS, BS, B)
- Query by partition key and sort key
- Scan tables with pagination
- Table details — TTL settings, streams, billing mode
- Tagging support
- Export items as JSON or CSV
Supported Query Patterns
Section titled “Supported Query Patterns”- Query by partition key (exact match)
- Query by partition key + sort key condition (begins_with, between, etc.)
- Full table scan with pagination