Prerequisite:
Install Java environment
https://java.com/en/
Step 1. Download DynamoDb from amazon
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
Step 2. Unzip it
Step 3. Run the following instruction to start DynamoDb
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
If you see like this, it means you are success
Now, you can use DynamoDB Shell to test it.
留言
張貼留言