raiden-dynamo
raiden-dynamo copied to clipboard
Add `batch_put` / `batch_delete` (split from `BatchWrite`)
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_putop - [ ]
batch_deleteop
Describe alternatives you've considered
Should I leave batch_write op?
Additional context
N/A