You are on page 1of 1

USING JAR--

First navigate to the directory where DynamoDBLocal exists-


---- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb

USING DOCKER--
docker run -p 8000:8000 amazon/dynamodb-local
aws dynamodb list-tables --endpoint-url http://localhost:8000

You might also like