DynamoDB Readonly

DynamoDB Readonly

jjikky

Provides read-only access to AWS DynamoDB databases through natural language queries, letting you explore tables and data without needing direct database credentials.

2313 views7Local (stdio)

What it does

  • List all DynamoDB tables
  • Scan table data with optional filtering
  • Query tables with specific conditions
  • Get individual items by key
  • Count items in tables
  • View table schemas and metadata

Best for

Developers exploring DynamoDB dataData analysis without direct database accessDatabase administrators reviewing table structures
Read-only access for safetyNatural language queriesNo direct database credentials needed

Alternatives