PynamoDB icon indicating copy to clipboard operation
PynamoDB copied to clipboard

Support ReturnValuesOnConditionCheckFailure

Open damir-fell opened this issue 1 year ago • 2 comments

Hi! Dynamodb recently started supporting ReturnValuesOnConditionCheckFailure which allows to show which values caused a conditional error trigger which hugely helps debugging issues with conditional writes. Can this be supported in PynamoDB?

https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ConditionCheck.html

Thanks!

damir-fell avatar Jan 15 '24 13:01 damir-fell

Hi @ikonst, You think anybody will pick up on this or we should make a contribution?

damir-fell avatar Feb 15 '24 10:02 damir-fell

I think https://github.com/pynamodb/PynamoDB/pull/1226 is slightly related but otherwise contributions are welcome.

ikonst avatar Feb 16 '24 07:02 ikonst