Batching
DynamoDB-Toolbox exposes the following actions to perform batch operations on one or several Tables:
BatchGetCommand: Groups one or severalBatchGetRequestsfrom theTableentities to execute a BatchGetItem operationBatchWriteCommand: Groups one or severalBatchPutRequestsandBatchDeleteRequestsfrom theTableentities to execute a BatchWriteItem operation