[0.2.36] 'sls dynamodb install' shows nothing
See original GitHub issueActual 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:
- Created 5 years ago
- Reactions:19
- Comments:27
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For me
sls dynamodb install --localPath ./bin
did the trick without downgrading.For those who are still stuck with this issue, the following solution worked for me