DynamoDB Local is a small client-side database and server that mimics the DynamoDB service for local development and testing.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>DynamoDBLocal</artifactId>
<version>2.6.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts an in-memory DynamoDB Local server on port 8000.
Use the actual DynamoDB service for production workloads.
No dependency data recorded yet.