Matías Vallone
Matías Vallone
I am able to reproduce the bug. The command is correctly built and the flag is correctly set. However, when processing the response, `electrodb` ends up discarding the `Item` property....
The response from Electrodb lacks the Item property. We get the exception back with the Code: `ConditionCheckFailure` but it lacks the `Item` property. We are currently using aws-sdk 3.552.0 (its...
hi @tywalch , where you able to research this issue? Thanks,
hi @tywalch, any progress on this issue? If we were to research and create a PR would you review it and merge it afterwards? Thanks,
hi @tywalch. I began preparing a PoC to better explain the issue, but I could not reproduce the bug on the PoC. Then I went back to our original issue...
Hi @RanVaknin, thanks for you reply. Yes I grabbed the version by adding that code snippet found in the aws docs you linked. Also this behavior is replicated locally running...
Is it really not supported for `TransactWriteItems`? [This](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-example.html) example from aws docs (in Java) it makes use of it inside a transaction. It sets the flag, but the example does...
hi @RanVaknin and thanks again for your quick responses. I ran more tests and realized that my original post had Conditions as follows: `ConditionExpression: 'attribute_exists(#PK) AND attribute_exists(#SK)',` If the condition...