Database Reference
In-Depth Information
you want DynamoDB to start the evaluation from a particular table. The following is the
code to perform the same:
$response = $dynamodbclient ->listTables(array(
'Limit' => 10,
'ExclusiveStartTableName' => isset($response) ?
$response['LastEvaluatedTableName'] : null
));
Search WWH ::




Custom Search