Database Reference
In-Depth Information
UpdateTable
The following request will update the table's provisioned throughput capacity (both read
and write) to 5 :
{
"TableName": "Tbl_Book",
"ProvisionedThroughput": {"ReadCapacityUnits":5,
"WriteCapacityUnits":5}
}
Search WWH ::




Custom Search