Access AWS Resources using IAM Role through AWS SDK of NodeJS
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...
blogs.shashibadhuk.in5 min read