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 @@ -62,7 +62,7 @@ All CLI options are optional:
62
62
--migration -m After starting dynamodb local, run dynamodb migrations.
63
63
` ` `
64
64
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
66
66
67
67
` ` ` yml
68
68
custom:
@@ -77,7 +77,7 @@ custom:
77
77
78
78
# # Migrations: sls dynamodb create/execute/executeAll
79
79
# ## 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
81
81
` ` ` yml
82
82
custom:
83
83
dynamodb:
@@ -87,7 +87,7 @@ custom:
87
87
table_suffix": suffix
88
88
` ` `
89
89
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
91
91
` ` ` yml
92
92
custom:
93
93
dynamodb:
You can’t perform that action at this time.
0 commit comments