pynamodb / PynamoDB

A pythonic interface to Amazon's DynamoDB
http://pynamodb.readthedocs.io
MIT License
2.44k stars 427 forks source link

return Item in cancellation_reasons when transaction fails and return_values=ALL_OLD #1226

Closed knap1930 closed 7 months ago

knap1930 commented 7 months ago

When sending "ReturnValuesOnConditionCheckFailure": "ALL_OLD" the item is returned within the CancellationReasons list.

https://github.com/pynamodb/PynamoDB/issues/1225