dynamodb_item_batch_write
Perform batch operations (put/delete) on DynamoDB items in a specified table, optimizing bulk data handling for AWS workflows.
Instructions
Batch write operations (put/delete) for DynamoDB items
Input Schema
Name | Required | Description | Default |
---|---|---|---|
items | Yes | Array of items to process | |
key_attributes | No | For delete operations, specify which attributes form the key | |
operation | Yes | Type of batch operation (put or delete) | |
table_name | Yes | Name of the DynamoDB table |