DynamoDB MCP Server
by imankamyabi
update_item
Updates specific attributes of an item in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conditionExpression | No | Condition for update (optional) | |
expressionAttributeNames | Yes | Attribute name mappings | |
expressionAttributeValues | Yes | Values for the update expression | |
key | Yes | Primary key of the item to update | |
returnValues | No | What values to return | |
tableName | Yes | Name of the table | |
updateExpression | Yes | Update expression (e.g., 'SET #n = :name') |