create a localstack extension for sqs-admin
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!
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 ❌ Error: No module named 'localstack.dev' every time i set EXTENSION_DEV_MODE=1 in localstack-cli
which version of the localstack cli are you using @PacoVK ? localstack --version
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 https://github.com/localstack/localstack-cli/issues/20 for reference