-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
Hey @diegoavitorino thanks for asking this question. #707 tried at some time ago to tackle that, but seems like this is currently on ice. |
Thanks for your feedback @PacoVK , I'll try to figure out how to connect to contribute do SQS-Admin |
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 🙋♂️ |
Hi, I'm tryng to connect directly to AWS SQS endpoint,:
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?
The text was updated successfully, but these errors were encountered: