Slide 39
Slide 39 text
ConditionExpression
DynamoDB supports conditional writes:
○ AND, OR, NOT
○ =, <>, <, <=, >, >=
○ attribute_not_exists(attr)
○ attribute_exists(attr)
○ begins_with(attr, str)
39
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.Op
eratorsAndFunctions.html