Tag: batch-operations

Ignored output of DynamoDBMapper operations

Check if errors are returned by DynamoDBMapper's BatchWrite operations.

Batch operations preferred over looping

Batch operations are more efficient than looping to process several items at the same time.

Batch request with unchecked failures

Not checking which items have failed can lead to loss of data.