Introduction
The SET expression lets you add new attributes or change existing ones in a DynamoDB item.
You want to update a user's email address in a user profile.
You need to add a new field like 'lastLogin' to an existing record.
You want to increase a numeric counter stored in an item.
You want to change the status of an order from 'pending' to 'shipped'.