Skip to content

Commit 5e42a5f

Browse files
committed
updated PHP example to use BillingMode
1 parent 03e13cd commit 5e42a5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

php/example_code/dynamodb/GettingStarted/MoviesCreateTable.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
],
4141

4242
],
43-
'ProvisionedThroughput' => [
44-
'ReadCapacityUnits' => 10,
45-
'WriteCapacityUnits' => 10
46-
]
43+
'BillingMode' => 'PAY_PER_REQUEST' // Use on-demand billing mode.
4744
];
4845

4946
try {

0 commit comments

Comments
 (0)