99x / 99x/serverless-dynamodb-local
Plugin is broken with SLS v1.92 update
- Dominant language
- JavaScript
- Stars
- 621
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
**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`
Contributor guide
Research direction
Start by reproducing the Windows failure with `sls dynamodb start --migrate`, checking the SLS versions stated in the title and reproduction steps. Trace the plugin's migration entry point from that command and identify why the reported `.includes` call fails; done means the local database starts and tables migrate successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100