Class LocalStackDynamoDBService
java.lang.Object
io.micronaut.testresources.aws.AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
io.micronaut.testresources.localstack.dynamodb.LocalStackDynamoDBService
- All Implemented Interfaces:
AwsEmulatorService<org.testcontainers.localstack.LocalStackContainer>, LocalStackService
public class LocalStackDynamoDBService
extends AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
implements LocalStackService
Adds support for Localstack DynamoDB.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAwsEndpointService
getResolvableProperties, getServiceKind, resolvePropertyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AwsEmulatorService
getResolvableProperties, getServiceKind, resolveProperty
-
Constructor Details
-
LocalStackDynamoDBService
public LocalStackDynamoDBService()
-