-
Notifications
You must be signed in to change notification settings - Fork 623
Closed
Labels
documentationThis is a problem with documentation.This is a problem with documentation.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
Describe the issue
Lack of clarity, horrible examples
Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/dynamodb/command/GetItemCommand/
I've been frustrated with this documentation - all of the Dynamo documentation is very poor. In this specific example, you have a line of code commented out (it looks like that was for v2 of the sdk for JavaScript) and this line:
const client = new DynamoDBClient(config);
is using an object config that is not defined anywhere, so I'm left guessing as to what should go here. Moreover, look at the documentation for DynamoDBClient and I can't find anything useful. Does anyone read these examples?
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.