aws
aws copied to clipboard
DynamoDB conditions: Missing `attribute_not_exists`?
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?
Happy to take a PR that adds it! :)
Still a very early user of DynamoDB and aws here… maybe some other time when I feel more confident :-)