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

Support for versioned optimistic locking a la DynamoDBMapper #228

Closed
brandond opened this issue Jan 29, 2017 · 2 comments
Closed

Support for versioned optimistic locking a la DynamoDBMapper #228

brandond opened this issue Jan 29, 2017 · 2 comments
Labels

Comments

@brandond
Copy link

Use a version attribute like DynamoDBMapper does to ensure that the record being updated hasn't changed server-side since last accessed by the client:

http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBMapper.OptimisticLocking.html

@sdavids13
Copy link

Should this be closed? I believe this capability was merged in via: #664

@ikonst
Copy link
Contributor

ikonst commented Dec 18, 2019

Thanks, this was indeed merged :)

@ikonst ikonst closed this as completed Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants