Skip to content

DynamoDB Browser

The DynamoDB browser lets you explore tables, view schema, and query items.

  • 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
  • Query by partition key (exact match)
  • Query by partition key + sort key condition (begins_with, between, etc.)
  • Full table scan with pagination