Concept Flow - Why update expressions modify attributes
Start with existing item
Receive UpdateExpression
Parse UpdateExpression
Identify attributes to modify
Apply changes to attributes
Save updated item
Return updated item or status
The update expression tells DynamoDB which attributes to change and how, then DynamoDB applies those changes to the item.