Skip to content

Commit d5276c2

Browse files
authored
Update Readme
1 parent 75ffc67 commit d5276c2

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
@@ -62,7 +62,7 @@ All CLI options are optional:
6262
--migration -m After starting dynamodb local, run dynamodb migrations.
6363
```
6464

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

6767
```yml
6868
custom:
@@ -77,7 +77,7 @@ custom:
7777

7878
## Migrations: sls dynamodb create/execute/executeAll
7979
### Configurations
80-
In `s-project.json` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes
80+
In `serverless.yml` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes
8181
```yml
8282
custom:
8383
dynamodb:
@@ -87,7 +87,7 @@ custom:
8787
table_suffix": suffix
8888
```
8989

90-
In `s-project.json` add following to execute all the migration upon DynamoDB Local Start
90+
In `serverless.yml` add following to execute all the migration upon DynamoDB Local Start
9191
```yml
9292
custom:
9393
dynamodb:

0 commit comments

Comments
 (0)