TODO draft content
TODO
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}}"