Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin is broken with SLS v1.92 update #179

Open
sweepy84 opened this issue Aug 7, 2018 · 2 comments
Open

Plugin is broken with SLS v1.92 update #179

sweepy84 opened this issue Aug 7, 2018 · 2 comments

Comments

@sweepy84
Copy link

sweepy84 commented Aug 7, 2018

Actual Behaviour

When running
sls dynamodb start --migrate
I get:

_.get(...).includes is not a function

Expected Behaviour

To run the local db server and migrate tables.

Steps to reproduce it

Using windows machine:

  1. Upgrade SLS from 1.28 to v1.29.2
  2. run sls dynamodb start --migrate
@jewelsjacobs
Copy link

I got that too. I dug a bit through the code and fixed it by changing the way I had my plugins section of my serverless.yml file formatted.

Doesn't work:

plugins:
  modules:
    - serverless-dynamodb-local
    - serverless-offline

Works:

plugins:
  - serverless-dynamodb-local
  - serverless-offline

@vkartaviy
Copy link

vkartaviy commented May 7, 2019

See PR #222 for fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants