dynamodb_batch_execute
Process multiple PartiQL statements simultaneously on DynamoDB to execute batch operations efficiently. Simplify handling large datasets with structured input parameters and queries.
Instructions
Execute multiple PartiQL statements in a batch
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parameters | Yes | List of parameter lists for each statement | |
statements | Yes | List of PartiQL statements to execute |