I'm writing a node.js app that uses the AWS SDK. I'm looking at the java documentation, and it describes a very convenient concept called the default credential provider chain. When I read the documentation on the Node.js api, I don't see it describe the same concept: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html
I'm hoping that node/javascript has this as an undocumented feature. Does the javascript api provide a default credential provider chain, and if so, how do I use it?