We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e42a5f commit ac81525Copy full SHA for ac81525
php/example_code/dynamodb/Tables_CRUD.php
@@ -32,10 +32,10 @@
32
'KeySchema' => [
33
[
34
'AttributeName' => 'Id',
35
- 'KeyType' => 'HASH' //Partition key
+ 'KeyType' => 'HASH' //Partition key.
36
]
37
],
38
- 'BillingMode' => 'PAY_PER_REQUEST' // Use on-demand billing mode
+ 'BillingMode' => 'PAY_PER_REQUEST' // Use on-demand billing mode.
39
]);
40
41
$dynamodb->waitUntil('TableExists', [
0 commit comments