Can't connect to local DynamoDb instance via AWS CLI

后端 未结 2 506
余生分开走
余生分开走 2021-01-20 16:56

I\'ve created the local instance of DynamoDb by next steps: in Visual Studio I installed AWS explorer and create a new local instance on localhost:82. I can successfully wor

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-20 17:56

    I had the exact same problem. Basically you need to specify -sharedDb when starting up dynamo

    java -jar DynamoDBLocal.jar -sharedDb
    

    I hope that solves your problem.

提交回复
热议问题