dynamodb_scan
Scan a DynamoDB table in LocalStack to retrieve all items, with optional filter expressions and limits to control output.
Instructions
Scan all items in a DynamoDB table in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 100) | |
| tableName | Yes | Table name | |
| filterExpression | No | DynamoDB filter expression | |
| expressionAttributeValues | No | Expression attribute values as JSON string |