joshprzybyszewski / cribbage

A cribbage scorer and game
MIT License
2 stars 1 forks source link

Implement Transactionality in DynamoDB #106

Open joshprzybyszewski opened 2 years ago

joshprzybyszewski commented 2 years ago

With the addition of DynamoDB in https://github.com/joshprzybyszewski/cribbage/pull/101, we did not implement transactionality. we left a few key areas to address:

https://github.com/joshprzybyszewski/cribbage/blob/978c0c6eb70215cc202d0c434464728b365d4ade/server/persistence/persistence_test.go#L659

https://github.com/joshprzybyszewski/cribbage/blob/978c0c6eb70215cc202d0c434464728b365d4ade/server/persistence/dynamo/dynamodb.go#L104-L122