{"tool":"aws","tool_display":"Aws","intent":"update-item-aws-dynamodb","intent_display":"update item aws dynamodb","title":"Aws Command: update item aws dynamodb","command_string":"aws dynamodb update-item --table-name <table_name> --key '{{{\"ID\": {\"N\": \"1\"}}}}' --update-expression \"{SET Name = :n}\" --expression-attribute-values '{{{\":n\": {\"S\": \"Jane\"}}}}'","raw_command_string":"aws dynamodb update-item --table-name {{table_name}} --key '{{{\"ID\": {\"N\": \"1\"}}}}' --update-expression \"{{SET Name = :n}}\" --expression-attribute-values '{{{\":n\": {\"S\": \"Jane\"}}}}'","description":"Exact CLI syntax to update item aws dynamodb using Aws.","usage_scenario":"When modifying items in a production DynamoDB table during a data correction process.","scenario_context":null,"simulated_output":null,"how_to_steps":null,"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/update-item-aws-dynamodb"}