wengeezhang
wengeezhang

Reputation: 3101

dynamodb won't run locally

Following this documentation, I downloaded dynamodb.jar, and ran the following command:

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

It seems to work:

console output

But whe I type http://localhost:8000, I get an error:

error

What is wrong?

Upvotes: 1

Views: 197

Answers (1)

notionquest
notionquest

Reputation: 39186

The URL should be http://localhost:8000/shell. Please use this link. It should work.

Upvotes: 1

Related Questions