Skip to content

Add batch_put / batch_delete (split from BatchWrite) #48

@kuy

Description

@kuy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions