dynamodb-updateexpression-four-actions

Status: IN

DynamoDB `UpdateExpression` supports four action types: `SET` (add/replace attributes), `REMOVE` (delete attributes), `ADD` (increment numbers or add to sets), and `DELETE` (remove elements from sets).

Source: entries/2026/03/11/amazondynamodb-latest-APIReference-API_UpdateItemhtml.md

JSON