question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.2.36] 'sls dynamodb install' shows nothing

See original GitHub issue

Actual Behaviour nothing. But downgrading to 0.2.35 can works what I expect.

Expected Behaviour Installing dynamodb local.

Steps to reproduce it

yarn add -D serverless-dynamodb-local
sls dynamodb install

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:19
  • Comments:27

github_iconTop GitHub Comments

30reactions
aserranomcommented, Jan 10, 2019

For me sls dynamodb install --localPath ./bin did the trick without downgrading.

9reactions
sohailalam2commented, Jan 8, 2019

For those who are still stuck with this issue, the following solution worked for me

npm uninstall serverless-dynamodb-local
sls dynamodb uninstall

npm install serverless-dynamodb-local@0.2.30
sls dynamodb install
Read more comments on GitHub >

github_iconTop Results From Across the Web

[0.2.36] 'sls dynamodb install' shows nothing #195 - GitHub
I tried v0.2.35 but this is not working either. Unfortunately for some spooky reasons, I am not able to install dynamodb with any...
Read more >
[Solved] sls dynamodb install not working - Dynobase
is pretty known problem. This error originates from serverless-dynamodb-local Serverless' Framework plugin.
Read more >
Serverless start not creating local DynamoDB database from ...
But sls offline start does not create tables from resources section. Please suggest what is wrong with the above config. AWS Collective. aws- ......
Read more >
99xt - Bountysource
[0.2.36] 'sls dynamodb install' shows nothing $ 0. Created 3 years ago in 99x/serverless-dynamodb-local with 26 comments. Actual Behaviour
Read more >
unable to start dynamodb local process! - ACNUDH
Start DynamoDB Local and migrate (DynamoDB will process incoming requests until you stop it. ... 1) Install DynamoDB Local sls dynamodb install. Old...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found