Skip to content

Support Transaction #8

Open
Open
@kitar

Description

@kitar

Since DynamoDB uses HTTP connection model, it's important to keep requests count as few as possible. For example, if we try to maintain "likes" count, we would do:

  1. Add like if the user didn't liked yet.
  2. If added, increment the counter.

We can execute them in a single request with Transaction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions