dynamodb
dynamodb copied to clipboard
Batch writes
The DynamoDb API implements a batchWriteItem method for batch putObject
and deleteObject
operations. It would be ideal to be able to batch multiple create
and destroy
operations into one of these API requests to reduce the overhead of batch deletion and creation code.
hi! anyone want to support this?