How to access S3 bucket using IAM roles in NODEJS project

Viewed 792

I am trying to get rid of hard coded credentials and use IAM roles to access S3 buckets in my NodeJS project. Any lead or suggestions is much appreciated.

1 Answers
Related