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