File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Select which functions are to be deployed based on region and stage.
16
16
npm install serverless-plugin-select --save-dev
17
17
```
18
18
19
- * Add the plugin to the ` plugins ` array in your Serverless ` serverless.yml ` , you should place it at the of the list:
19
+ * Add the plugin to the ` plugins ` array in your Serverless ` serverless.yml ` , you should place it at the top of the list:
20
20
21
21
``` yml
22
22
plugins :
@@ -26,7 +26,7 @@ plugins:
26
26
27
27
* Add ` regions` or `stages` in your functions to select for deployment
28
28
29
- * Run deploy command `sls deploy --stage STAGE --region REGION` or `sls deploy function --stage STAGE --region REGION --function FUNCTION- NAME`
29
+ * Run deploy command `sls deploy --stage [ STAGE NAME] --region [ REGION NAME] ` or `sls deploy function --stage [ STAGE NAME] --region [ REGION NAME] --function [ FUNCTION NAME] `
30
30
31
31
* Functions will be deployed based on your selection
32
32
You can’t perform that action at this time.
0 commit comments