Search code examples
node.jsaws-sdkamazon-sqs

Node.js with SQS: Access to the resource https://sqs.us-east-1.amazonaws.com/ is denied


What am I missing? Do I need to use some specific credentials?
I looked at: Access to the resource https://sqs.us-east-1.amazonaws.com/ is denied

What am I missing? Do I need to use some specific credentials?
I looked at: Access to the resource https://sqs.us-east-1.amazonaws.com/ is denied
This is just policy issues of the current queue or there is something in my code? Thanks.


Solution

  • The solution was to add IAM permission to my user. Thanks.