File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
## Install Plugin
22
22
` npm install --save [email protected] `
23
23
24
- Then in ` serverless.yml ` add following entry to the plugins array: ` serverless-dynamodb-local `
24
+ Then in ` s-project.json ` add following entry to the plugins array: ` serverless-dynamodb-local `
25
25
e.g ` "plugins": ["serverless-dynamodb-local"] `
26
26
27
27
## Using the Plugin
@@ -82,7 +82,7 @@ All the above options can be added to serverless.yml to set default configuratio
82
82
## Migrations: sls dynamodb <migration-command >
83
83
Migration-Commands create, execute, executeAll
84
84
### Configurations
85
- In ` serverless.yml ` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes
85
+ In ` s-project.json ` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes
86
86
``` json
87
87
"custom" : {
88
88
"dynamodb" : {
@@ -95,7 +95,7 @@ In `serverless.yml` add following to customize DynamoDB Migrations file director
95
95
}
96
96
```
97
97
98
- In ` serverless.yml ` add following to execute all the migration upon DynamoDB Local Start
98
+ In ` s-project.json ` add following to execute all the migration upon DynamoDB Local Start
99
99
``` json
100
100
"custom" : {
101
101
"dynamodb" : {
You can’t perform that action at this time.
0 commit comments