99x / 99x/serverless-dynamodb-local
Missing ExecuteAll? Won't migrate...
- Dominant language
- JavaScript
- Stars
- 621
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
Hey!
So, somehow my version of dynamoDB local is now missing the executeALL function? It's also refusing to load the migrations when I start the utility.
```
custom:
dynamodb:
start:
port: 8001
inMemory: true
migration: true
migration:
table_prefix: ${opt:stage}
dir: ./dynamolocal/migrations
```
The stage variable is set to local.
Help!
Contributor guide
Research direction
Start with the serverless configuration in the issue and reproduce it using DynamoDB Local with the shown migration settings. Check how the plugin handles the missing executeAll function and migration loading; done means the reported setup loads its migrations and exposes the expected function.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100