Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 480 Bytes

File metadata and controls

25 lines (17 loc) · 480 Bytes

Localstack Module

TODO draft content

Usage example

TODO

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>localstack</artifactId>
    <version>{{latest_version}}</version>
    <scope>test</scope>
</dependency>
testRuntime "org.testcontainers:localstack:{{latest_version}}"