Learn how to run DynamoDB locally using Docker, Testcontainers, Spring Boot and Quarkus for development and integration testing.
Learn to run an embedded DynamoDB Local in Spring Boot and Quarkus using just Maven. Automate your local database setup without needing Docker or the AWS CLI.
DynamoDB is a serverless NoSQL DB that avoids joins, favors denormalization, and fits predictable access. A guide for SQL devs to learn its core concepts.