🚨 AtomicJar is now part of Docker 🐋! Read the blog

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();