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 6fffff0 commit 939c76eCopy full SHA for 939c76e
src/content/complete-get-a-listing-query.md
@@ -30,7 +30,7 @@ Next we can start sending these params to DynamoDB and return the selected listi
30
31
```javascript
32
try {
33
- const listing = await dynamoDBLib.call("scan", params)
+ const listing = await dynamodb.scan(params)
34
35
if (listing.Items.length === 0) {
36
return "There is no listing"
0 commit comments