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

DynamoDB conditions: Missing attribute_not_exists? #267

Open
nomeata opened this issue Apr 11, 2020 · 2 comments
Open

DynamoDB conditions: Missing attribute_not_exists? #267

nomeata opened this issue Apr 11, 2020 · 2 comments

Comments

@nomeata
Copy link

nomeata commented Apr 11, 2020

I am trying to write a PutEvent that checks that the item does not already exist, as per https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html#Expressions.ConditionExpressions.PreventingOverwrites, but it seems that attribute_not_exists is missing from CondOp?

@nomeata nomeata changed the title DynamoDB conditins: Missing attribute_not_exists? DynamoDB conditions: Missing attribute_not_exists? Apr 11, 2020
@aristidb
Copy link
Owner

Happy to take a PR that adds it! :)

@nomeata
Copy link
Author

nomeata commented Apr 11, 2020

Still a very early user of DynamoDB and aws here… maybe some other time when I feel more confident :-)

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

2 participants