Skip to content

Commit d5e8202

Browse files
authored
Update Readme
1 parent 546dc27 commit d5e8202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Following instructions are for [email protected]
2121
## Install Plugin
2222
`npm install --save [email protected]`
2323

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`
2525
e.g `"plugins": ["serverless-dynamodb-local"]`
2626

2727
## Using the Plugin
@@ -82,7 +82,7 @@ All the above options can be added to serverless.yml to set default configuratio
8282
## Migrations: sls dynamodb <migration-command>
8383
Migration-Commands create, execute, executeAll
8484
### 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
8686
```json
8787
"custom": {
8888
"dynamodb": {
@@ -95,7 +95,7 @@ In `serverless.yml` add following to customize DynamoDB Migrations file director
9595
}
9696
```
9797

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
9999
```json
100100
"custom": {
101101
"dynamodb": {

0 commit comments

Comments
 (0)