As per
Dynamodb does not support batchupdate only batchwrite/put is supported . But DynamoDBMapper supports batchWrite with a behaviour of UPDATE_SKIP_NULL_ATTRIBUTES. Does it mean internally mapper calls single single update instead of batchupdate for UPDATE_SKIP_NULL_ATTRIBUTES ?