-
-
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
create a localstack extension for sqs-admin #820
Comments
Thanks for the hint did not know about that but sounds like it would be a good idea. I will check that out. |
i have a hard time to run dev mode of localstack because i get |
which version of the localstack cli are you using @PacoVK ? |
I did follow the docs for the extensions and just installed localstack-cli (3.0.2) The installation is also documented in the repo itself https://github.com/localstack/localstack-cli After reading through the formula for localstack itself, it should not have been an issue, because dependencies are listed correctly |
I created an issue localstack/localstack-cli#20 for reference |
Hey there, love the project!
Have you considered packaging sqs-admin as a LocalStack extension? They are a way to hook in third-party software that starts as part of LocalStack. Basically you could run the sqs-admin UI inside the LocalStack container and expose it through something like
http://sqs-admin.localhost.localstack.cloud:4566
.Here's an example of what a web UI-based LocalStack extension looks like: https://github.com/thrau/localstack-aws-log-viewer
Extensions are part of the localstack pro edition, but we have hobby plan licenses that are free for non-commercial use of LocalStack which can be used for developing this. I'd be happy to help with this!
The text was updated successfully, but these errors were encountered: