I use BatchGetItemRequest for getting multiple items across tables in a single request. I would like to do the same for updates i.e. How do i insert/update multiple items across tables in a single request?
Batch put and delete are available now (they call it BatchWriteItem): http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/API_BatchWriteItems.html
However, you still can not update multiple items in a single request.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With