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

Support ReturnValuesOnConditionCheckFailure #68

Open
bartelink opened this issue Jul 4, 2023 · 0 comments
Open

Support ReturnValuesOnConditionCheckFailure #68

bartelink opened this issue Jul 4, 2023 · 0 comments

Comments

@bartelink
Copy link
Member

For ConditionCheckFailedException, its now possible to have the exception include the content of the conflicting item in the same roundtrip, by setting ReturnValuesOnConditionCheckFailure flag in the request)

The library should either turn that on unconditionally (there is no RU charge impact, though obviously the response will be larger)

(NOTE the AWS SDK's exception type has long been plumbed for holding the content in question - the new bit is the fact that a DDB server will now include it in the response for single Item APIs as TransactWriteItems has done for some time).

It's unclear to me whether a SDK update will be necessary (my money is on no though)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant