Describe the feature
Every code example in service client page in API reference docs has this line for client config but it's not clear as to what goes into (config) for users that are new to SDK.
const client = new S3Client(config);
Here's developer guide that explains everything about client config that a user could refer to: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/configuring-the-jssdk.html
Use Case
Previously asked by users:
Proposed Solution
Add a comment in code example users can reference.
Other Information
No response
Acknowledgements
SDK version used
v3
Environment details (OS name and version, etc.)
Node
Describe the feature
Every code example in service client page in API reference docs has this line for client config but it's not clear as to what goes into
(config)for users that are new to SDK.Here's developer guide that explains everything about client config that a user could refer to: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/configuring-the-jssdk.html
Use Case
Previously asked by users:
Proposed Solution
Add a comment in code example users can reference.
Other Information
No response
Acknowledgements
SDK version used
v3
Environment details (OS name and version, etc.)
Node