Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB: add support for transactional writes that include update operations with custom update and condition expressions #3294

Open
wants to merge 5 commits into
base: main-staging
Choose a base branch
from

Commits on Apr 23, 2024

  1. DynamoDB: TransactWrite & DocumentTransactWrite: add support for upda…

    …te operation which uses user-defined update expression
    Máté Szabó committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    59d7501 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. DynamoDB: TransactWrite: add separate overloads for the AddDeleteKey …

    …method without the conditionExpression parameter
    Máté Szabó committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7a0aa99 View commit details
    Browse the repository at this point in the history
  2. DynamoDB: DocumentTransactWrite: add more meaningful exception messag…

    …e for cases where conflict occurs between the expression attribute values or names between the update expression and the condition expression
    Máté Szabó committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1431510 View commit details
    Browse the repository at this point in the history
  3. DynamoDB: DocumentTransactWrite: add tests for cases where conflict o…

    …ccurs between the expression attribute values or names between the update expression and the condition expression
    Máté Szabó committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f231a8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3e1d79 View commit details
    Browse the repository at this point in the history