Setting ReturnValuesOnConditionCheckFailure does not return Item property in ConditionalCheckFailedException #3067
Labels
bug
This issue is a bug.
dynamodb
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
When setting the ReturnValuesOnConditionCheckFailure to ALL_OLD the Item property inside ConditionalCheckFailedException is not being set.
Expected Behavior
The ConditionalCheckFailedException should return an Item property with the current value in the db.
Current Behavior
The value returned for the Item property is empty.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
Running Dynamo in local container.
AWS .NET SDK and/or Package version used
AWSSDK.DynamoDBv2 3.7.203.1
Targeted .NET Platform
net7.0
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: