dynamodb_item_batch_write
Perform batch write or delete operations on DynamoDB items in a specified table, enabling efficient bulk data management for AWS operations.
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 |