Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Transactionality in DynamoDB #106

Open
joshprzybyszewski opened this issue Nov 15, 2021 · 0 comments
Open

Implement Transactionality in DynamoDB #106

joshprzybyszewski opened this issue Nov 15, 2021 · 0 comments

Comments

@joshprzybyszewski
Copy link
Owner

With the addition of DynamoDB in #101, we did not implement transactionality. we left a few key areas to address:

/* TODO we'll address transactionality of dynamodb in a followup */

func (dw *dynamoWrapper) Close() error {
// TODO I don't think there's anything to do?
return nil
}
func (dw *dynamoWrapper) Start() error {
// TODO figure out transactionality in dynamodb
return nil
}
func (dw *dynamoWrapper) Commit() error {
// TODO figure out transactionality in dynamodb
return nil
}
func (dw *dynamoWrapper) Rollback() error {
// TODO figure out transactionality in dynamodb
return nil
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant