raiden-dynamo icon indicating copy to clipboard operation
raiden-dynamo copied to clipboard

Add `batch_put` / `batch_delete` (split from `BatchWrite`)

Open kuy opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Fix a pitfall of original DynamoDB API. BatchWriteItem can be used to put and delete items at once. This is useful in some particular usage, but most users feel it weird.

Describe the solution you'd like

Implement splitted two methods:

  • [ ] batch_put op
  • [ ] batch_delete op

Describe alternatives you've considered

Should I leave batch_write op?

Additional context

N/A

kuy avatar Jul 09 '20 16:07 kuy