Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect do AWS SQS endpoint #961

Open
diegoavitorino opened this issue Apr 25, 2024 · 3 comments
Open

Connect do AWS SQS endpoint #961

diegoavitorino opened this issue Apr 25, 2024 · 3 comments

Comments

@diegoavitorino
Copy link

Hi, I'm tryng to connect directly to AWS SQS endpoint,:

      - name: SQS_AWS_REGION
        value: "sa-east-1"  
      - name: SQS_ENDPOINT_URL
        value: "https://sqs.myregion.amazonaws.com"  
      - name: ACCESS_KEY
        value: "myaccesskey"   
      - name: SECRET_KEY
        value: "mysecretkey"

But i'm facing the error bellow

2024/04/25 11:03:10 Got an error retrieving queue URLs: operation error SQS: ListQueues, https response error StatusCode: 403, RequestID: 7e55994b-985d-5480-b26c-c7efa2f3a7f7, api error InvalidClientTokenId: The security token included in the request is invalid.

Is there a way to connect to AWS instead localstack?

@PacoVK
Copy link
Owner

PacoVK commented Apr 25, 2024

Hey @diegoavitorino thanks for asking this question. #707 tried at some time ago to tackle that, but seems like this is currently on ice.
The primary goal of SQS-Admin is rather to focus on local dev environment than on AWS integration. Reasons for that is, that SQS-Admin was basically not meant to replace the AWS web console, which one could use as well.
If you think there is an actual value that one could switch between local and AWS environments, i would be happy, if #707 could make it happen.
However, i fear that my time is currently bound somewhere else, so happy if you want to contribute to SQS-Admin 🕵️‍♂️

@diegoavitorino
Copy link
Author

Thanks for your feedback @PacoVK , I'll try to figure out how to connect to contribute do SQS-Admin

@PacoVK
Copy link
Owner

PacoVK commented Apr 25, 2024

That would be awesome 😊 as I said you could use #707 as a reference. It should work locally first (default behavior), and someone can enable the online mode, kind of. I am eager to help if you have any questions 🙋‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants