pom.xml
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-dynamodb</artifactId>
<scope>test</scope>
</dependency>
-
embedded.dynamodb.enabled
(true|false, default is 'true')
-
embedded.dynamodb.reuseContainer
(true|false, default is 'false')
-
embedded.dynamodb.dockerImage
(default is set to 'amazon/dynamodb-local:latest')