🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Description

Dynalite is an implementation of Amazon’s DynamoDB built on LevelDB that aims to match live DynamoDB instances as closely as possible, including all limits and error messages.

Examples

var dynamoDB = new DynaliteContainer(DockerImageName.parse(
  "quay.io/testcontainers/dynalite:v1.2.1-1"
));
dynamoDB.start();