-
Notifications
You must be signed in to change notification settings - Fork 41
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
Conditional put #41
Comments
|
Okay, after some discussions, I think the plan will be to expose select parameters individually (override parameters causes nasty collision issues with existing helper functionality). For example, you could append to existing conditions, and the condition expression would look kind of like: "#{aws_record_condition_expression} AND (#{user_provided_condition_expression})" ..and then we would merge the expression attribute name and value hashes. |
Any update on this? |
We're going to work this in with smart query/scan support that I'm working on. |
Hi! Is there any way to do a conditional put request? The case when I get some data, change it by some operations and I want to save it back only if data in DynamoDB still the same when I get it.
Maybe you could give me an advice how to implement it with a few changes.
The text was updated successfully, but these errors were encountered: