We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Actual Behaviour
When running sls dynamodb start --migrate I get:
sls dynamodb start --migrate
_.get(...).includes is not a function
Expected Behaviour
To run the local db server and migrate tables.
Steps to reproduce it
Using windows machine:
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
See PR #222 for fix
No branches or pull requests
Actual Behaviour
When running
sls dynamodb start --migrate
I get:
Expected Behaviour
To run the local db server and migrate tables.
Steps to reproduce it
Using windows machine:
sls dynamodb start --migrate
The text was updated successfully, but these errors were encountered: