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.
2 parents e5290d8 + 387a5e9 commit ae85c92Copy full SHA for ae85c92
README.md
@@ -504,7 +504,7 @@ DynamoDb::table('articles')
504
->scan(); // supports any DynamoDbClient methods (e.g. batchWriteItem, batchGetItem, etc.)
505
506
DynamoDb::table('articles')
507
- ->setIndex('author_name')
+ ->setIndexName('author_name')
508
->setKeyConditionExpression('#name = :name')
509
->setProjectionExpression('id, author_name')
510
// Can set the attribute mapping one by one instead
0 commit comments