Is there an api in dynamodb for updating a batch of items. There is an api for writing new items in batch mode (BatchWriteItem) and updating a single item using UpdateItem. But is it possible to update multiple items in one call?
amazon-dynamodb
user1846749
source share