aws --region us-east-1 dynamodb update-item ^
--table-name my-dynamo-table-name --key ^
"{""Id"":{""S"":""IdToMatch""}}" ^
--update-expression "SET #H = :h" ^
--expression-attribute-names "{""#H"":""ColumnName""}" ^
--expression-attribute-values "{"":h"":{""S"":""TestString""}}"
http://docs.aws.amazon.com/cli/latest/reference//dynamodb/update-item.html
Thanks for providing your information. Get more updates on AWS Online Training Hyderabad
ReplyDelete