guregu / dynamo

expressive DynamoDB library for Go
Other
1.3k stars 179 forks source link

Automatically retry transactions #204

Closed guregu closed 1 year ago

guregu commented 1 year ago

Resolves #203. Updates the docs to refer to the new tx limit of 100.

Also adds IsCondCheckFailed function to reason about conditional check failures.