You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(idempotency): leverage new DynamoDB Failed conditional writes behavior with ReturnValuesOnConditionCheckFailure (#3446)
* feat: add ReturnValuesOnConditionCheckFailure to DynamoDB idempotency to return a copy of the item on failure and avoid a subsequent get #3327
* feat: add ReturnValuesOnConditionCheckFailure to DynamoDB idempotency to return a copy of the item on failure and avoid a subsequent get #3327
* feat: add ReturnValuesOnConditionCheckFailure to DynamoDB idempotency to return a copy of the item on failure and avoid a subsequent get #3327. Changes after PR comments
* Improving code readability
* Reverting function
* Adding comments about some logic decisions
* Use DynamoDBPersistenceLayer passed in for test_idempotent_lambda_expired_during_request
Co-authored-by: Leandro Damascena <[email protected]>
Signed-off-by: Dan Straw <[email protected]>
* Adding docs
* wording
* Adressing Ruben's feedback
* Adressing Ruben's feedback
---------
Signed-off-by: Dan Straw <[email protected]>
Co-authored-by: Dan Straw <[email protected]>
Co-authored-by: Leandro Damascena <[email protected]>
Co-authored-by: Cavalcante Damascena <[email protected]>
0 commit comments