Access AWS Resources using IAM Role through AWS SDK of NodeJS
Mar 23, 2022 · 5 min read · Problem Statement In General, to initialize NodeJS AWS-SDK we need to use the access key and the secret to configure it as per one of the methods describe below. Loaded from the shared credentials file (~/.aws/credentials) Loaded through ENV variabl...
Join discussion