I am trying to set up DynamoDB on a local machine but didn't get progress. I have followed various tutorials even Amazon docs but didn't recognize where I am doing wrong. Image is here
Please guide me I would be very grateful. Thank You.
I am trying to set up DynamoDB on a local machine but didn't get progress. I have followed various tutorials even Amazon docs but didn't recognize where I am doing wrong. Image is here
Please guide me I would be very grateful. Thank You.
Run this command to run the binary first
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
Download binary from here.