You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,7 +171,7 @@ from the AWS SDK to the AWS authentication mechanism:
171
171
:dedent:
172
172
173
173
To use a custom provider, you can pass any asynchronous function that returns your credentials
174
-
to the ``AWS_CREDENTIAL_PROVIDER`` property. The following example shows how to pass
174
+
to the ``AWS_CREDENTIAL_PROVIDER`` authentication mechanism property. The following example shows how to pass
175
175
a custom provider function that fetches credentials from environment variables to the
176
176
AWS authentication mechanism:
177
177
@@ -181,6 +181,9 @@ AWS authentication mechanism:
181
181
:end-before: // end-custom-credentials-function
182
182
:dedent:
183
183
184
+
To learn more about how the ``aws-sdk/credential-providers`` dependency retrieves
185
+
credentials, see the `AWS SDK documentation <https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-credential-providers/#fromnodeproviderchain>`__.
0 commit comments