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

create a localstack extension for sqs-admin #820

Open
thrau opened this issue Dec 21, 2023 · 5 comments
Open

create a localstack extension for sqs-admin #820

thrau opened this issue Dec 21, 2023 · 5 comments

Comments

@thrau
Copy link

thrau commented Dec 21, 2023

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!

@PacoVK
Copy link
Owner

PacoVK commented Dec 22, 2023

Thanks for the hint did not know about that but sounds like it would be a good idea. I will check that out.

@PacoVK
Copy link
Owner

PacoVK commented Dec 26, 2023

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

@thrau
Copy link
Author

thrau commented Dec 29, 2023

which version of the localstack cli are you using @PacoVK ? localstack --version

@PacoVK
Copy link
Owner

PacoVK commented Dec 29, 2023

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

@PacoVK
Copy link
Owner

PacoVK commented Dec 29, 2023

I created an issue localstack/localstack-cli#20 for reference

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