-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
[Enhancement] LocalstackContainer API enhancement #701
Comments
Hi @lbroudoux, thanks for the kind words, and yes sounds great to me! |
Hi! I reviewed the code this morning to see if I can submit a PR. If my understanding is ok, it looks like we're missing a way to retrieve env vars from a I think we'd need to add a As this change is not local to localstack use-case, would you like to have a specific issue + PR on this? |
Reading the Localstack doc thoroughly, I can see that setting the list of services is no longer required, as services are now all available on the same exposed port. So you don't need to replicate the |
…- Add environment variables retrieval after container startup Signed-off-by: Laurent Broudoux <[email protected]>
my 2 cents here, |
Hello,
Thanks for the great work out there!
I've used the recently released
LocalstackContainer
in the Microcks.io testcontainers module and it works like a charm. However, as a user of the Java version, I found the module API less easy to use if you're not an experienced user and know the internals of Localstack.Typically, the below functions/methods are very convenient in the Java version:
withServices()
method to select AWS services,getRegion()
method to get the default Localstack region,getAccessKey()
/getSecretKey()
method to get the default credentials,getEndpointOverride(service)
to get the service-specific endpoint URL.It would be awesome to have a similar interface with those methods in the Node/Typescript world!
What do you think?
The text was updated successfully, but these errors were encountered: