dynamodb_batch_get
Retrieve multiple items in a single operation from DynamoDB tables using a map of table names and keys. Ideal for efficiently fetching batch data with customizable parameters like consistent reads and projections.
Instructions
Batch get multiple items from DynamoDB tables
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request_items | Yes | Map of table names to keys to retrieve |