Database Reference
In-Depth Information
The following screenshot shows how an item can be inserted into the DynamoDB table.
This command purely depends on the OS in which AWS CLI is installed. For Windows 8
the command is as follows:
aws dynamodb put-item --table-name Tbl_Book --item
{\"BookTitle\":{\"S\":\"SCJP\"},\"Author\":{\"S\":\"Kathy\"},
\"Language\":{\"S\":\"English\"},\"Editions\":{\"NS\":[\"1\",\"2\"]}}
--return-consumed-capacity TOTAL
Search WWH ::




Custom Search