vsouza / docker-SQS-local

Docker image to run Amazon Simple Queue Service (Amazon SQS) locally.
MIT License
226 stars 32 forks source link

AWS Credentials #8

Closed rehpotsirhc closed 6 years ago

rehpotsirhc commented 6 years ago

I'm trying to use your local SQS, but when I try and send or receive messages using the AWS .NET SDK it complains of not having credentials. If I supply fake credentials it still complains.

vsouza commented 6 years ago

@rehpotsirhc you should configure your credentials in the SDK. This project doesn't have any control with credentials.

Maybe this link can help you: https://docs.aws.amazon.com/sdk-for-net/v2/developer-guide/net-dg-config-creds.html