Batching
DynamoDB-Toolbox exposes the following actions to perform batch operations:
BatchGetRequest
: Builds a request to get an entity item, to be used withinBatchGetCommands
BatchPutRequest
: Builds a request to put an entity item, to be used withinBatchWriteCommands
BatchDeleteRequest
: Builds a request to delete an entity item, to be used withinBatchWriteCommands
See also the following table actions:
BatchGetCommand
: Groups one or severalBatchGetRequests
from theTable
entities to execute a BatchGetItem operationBatchWriteCommand
: Groups one or severalBatchPutRequests
andBatchDeleteRequests
from theTable
entities to execute a BatchWriteItem operation