DynamoDB Request
{
"TableName": "users",
"Key": {
"Id": {
"N": "101"
}
},
"UpdateExpression": "SET Title = :title",
"ExpressionAttributeValues": {
":title": {
"S": {{ui.input.value}}
}
}
}DynamoDB command examples

query
scan
getItem
putItem
updateItem
deleteItem
batchWriteItem
Last updated
Was this helpful?