dynamodb_item_query
Query items directly from a DynamoDB table by specifying key conditions and expression values for precise data retrieval using the AWS MCP Server.
Instructions
Query items in a DynamoDB table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expression_values | Yes | Expression attribute values | |
key_condition | Yes | Key condition expression | |
table_name | Yes | Name of the DynamoDB table |