Batching
DynamoDB-Toolbox exposes the following actions to perform batch operations on one or several Tables
:
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