Skip to content

Commit ae38c8b

Browse files
authored
Correcting mistype
changed incorrect word 's-project.json' to 'serverless.yml'
1 parent e3b7d44 commit ae38c8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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 `s-project.json` add following entry to the plugins array: `serverless-dynamodb-local`
24+
Then in `serverless.yml` add following entry to the plugins array: `serverless-dynamodb-local`
2525
e.g `"plugins": ["serverless-dynamodb-local"]`
2626

2727
## Using the Plugin
@@ -65,7 +65,7 @@ All CLI options are optional:
6565
--migration -m After starting dynamodb local, run dynamodb migrations.
6666
```
6767

68-
All the above options can be added to s-project.json to set default configuration: e.g
68+
All the above options can be added to serverless.yml to set default configuration: e.g
6969

7070
```json
7171
"custom": {
@@ -82,7 +82,7 @@ All the above options can be added to s-project.json to set default configuratio
8282
## Migrations: sls dynamodb <migration-command>
8383
Migration-Commands create, execute, executeAll
8484
### Configurations
85-
In `s-project.json` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes
85+
In `serverless.yml` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes
8686
```json
8787
"custom": {
8888
"dynamodb": {
@@ -95,7 +95,7 @@ In `s-project.json` add following to customize DynamoDB Migrations file director
9595
}
9696
```
9797

98-
In `s-project.json` add following to execute all the migration upon DynamoDB Local Start
98+
In `serverless.yml` add following to execute all the migration upon DynamoDB Local Start
9999
```json
100100
"custom": {
101101
"dynamodb": {

0 commit comments

Comments
 (0)