You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
opbatch_delete
opDescribe alternatives you've considered
Should I leave
batch_write
op?Additional context
N/A
The text was updated successfully, but these errors were encountered: