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

Add support for localstack (AWS emulator) #592

Closed
fabiogouw opened this issue Sep 26, 2022 · 1 comment
Closed

Add support for localstack (AWS emulator) #592

fabiogouw opened this issue Sep 26, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed module An official Testcontainers module
Milestone

Comments

@fabiogouw
Copy link
Contributor

Is your feature request related to a problem? Please describe.
It's not related to a problem

Describe the solution you'd like
Localstack is used to simulate AWS services, like SQS queues. It would be great if we could have a module that help us to setup this container for the .NET version of Testcontainers.

Describe alternatives you've considered
When I needed to test againts a localstack container, I've spinned up it with the TestcontainersContainer class.

Additional context
The Java version of Testcontainers already have this module, I can help porting this code to C#. There's the #493 issue that aims to move modules to their own project, I think we could start this one here following the pattern.

@HofmeisterAn HofmeisterAn added enhancement New feature or request help wanted Extra attention is needed module An official Testcontainers module labels Sep 27, 2022
@bgener
Copy link

bgener commented Oct 3, 2022

In the initial implementation, the tests execute the script in the running container to create the sqs queue. The tests can be extended to cover the rest of localstack resources

HofmeisterAn added a commit that referenced this issue Oct 12, 2022
@HofmeisterAn HofmeisterAn self-assigned this Oct 12, 2022
@HofmeisterAn HofmeisterAn added this to the 2.2.0 milestone Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed module An official Testcontainers module
Projects
None yet
Development

No branches or pull requests

3 participants