Is there any API in DynamoDB to update a batch of items? There is an API to write new items in batches (BatchWriteItem) and update single item using UpdateIte
BatchWriteItem
UpdateIte
There is no batch update item API available in DynamoDB at the moment.
DynamoDB API operations list