-4

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.

Rehan CH
  • 109
  • 1
  • 11
  • Did you read and follow the instructions at [Deploying DynamoDB Locally on Your Computer](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html)? – jarmod Jan 07 '22 at 20:04
  • Yes, I followed each step but in the end, it throws above-mentioned error. – Rehan CH Jan 08 '22 at 12:38
  • This is not a programming question and so is off-topic here. If you just delete it, you will get back the rep lost to downvotes. – miken32 Jan 23 '23 at 20:54

1 Answers1

0

Run this command to run the binary first

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

Download binary from here.

utkarsh-devops
  • 567
  • 7
  • 12