Replies: 2 comments
|
I'm interested in this too, I haven't actually tested this out though. I found this thread on the AWS SDK, looks like you need SDK version |
0 replies
|
@mahdi @tom-g-dane The following PR #552 adds first-class support for this use case. The PR should hopefully get merged within the next couple of days |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to use
put()withReturnValuesOnConditionCheckFailure: 'ALL_OLD'to return the existing record if it already exists; while debugging I can see thaterror.Itemis available and contains the existing record but for some reason I can't access that at runtime:What's the proper way of accessing an existing item when catching the
ConditionalCheckFailedExceptionexception?All reactions