dynobase-icon
Dynobase

Error: sls dynamodb install not working

Rafal Wilinski

Answered by Rafal Wilinski

Solution

Serverless Error ---------------------------------------

Serverless command "dynamodb" not found. Did you mean "deploy"? Run "serverless help" for a list of all available commands.
is pretty known problem. This error originates from serverless-dynamodb-local Serverless' Framework plugin.


Troubleshooting steps:

  • Make sure you have serverless-dynamodb-local plugin installed. If not, add it:
    npm install serverless-dynamodb-local --save-dev
    or
    yarn add serverless-dynamodb-local -D
    Moreover, make sure it's added to the plugins section of your serverless.yml file:
    plugins:
        - serverless-dynamodb-local
On the other hand, if this command shows no output, try this instead:
sls dynamodb install --localPath ./bin

Login to the AWS Console less. Use Dynobase.

Start your 7-day free trial today

Product Features

Download
/
Changelog
/
Pricing
/
Member Portal
/
Privacy
/
EULA
/
Twitter
© 2024 Dynobase
+
Tired of AWS Console?
Try Dynobase to accelerate your DynamoDB workflow. Start your 7-day free trial today.