@@ -111,8 +111,8 @@ lambda setup [options]
111
111
```
112
112
-h, --help output usage information
113
113
-r, --region <string> Region to setup in, if not set otherwise, defaults to 'us-east-1'
114
- -p , --resource-prefix <string> Prefix to use with all lambda-tools created AWS resources, defaults to '' (empty string)
115
- -s , --resource-suffix <string> Suffix to use with all lambda-tools created AWS resources, defaults to '' (empty string)
114
+ -rp , --resource-prefix <string> Prefix to use with all lambda-tools created AWS resources, defaults to '' (empty string)
115
+ -rs , --resource-suffix <string> Suffix to use with all lambda-tools created AWS resources, defaults to '' (empty string)
116
116
--no-color Turn off ANSI coloring in output
117
117
```
118
118
@@ -154,15 +154,17 @@ Deployment of a service to AWS, goes through multiple steps during the process:
154
154
### Options
155
155
156
156
```
157
- -h, --help output usage information
158
- -n, --project-name <name> Project name
159
- -s, --stage <stage> Stage name
160
- -r, --region <region> Region
161
- -e, --environment <env> Environment Variables to embed as key-value pairs
162
- --dry-run Simply generate files that would be used to update the stack and API
163
- --exclude [list] Packages to exclude from bundling
164
- --clean Force a clean build where cached bundles are not used
165
- --no-color Turn off ANSI coloring in output
157
+ -h, --help Output usage information
158
+ -n, --project-name <name> Project name
159
+ -s, --stage <stage> Stage name
160
+ -r, --region <region> Region
161
+ -e, --environment <env> Environment Variables to embed as key-value pairs
162
+ -rp, --resource-prefix <prefix> Prefix to use with all lambda-tools created AWS resources, defaults to '' (empty string)
163
+ -rs, --resource-suffix <suffix> Suffix to use with all lambda-tools created AWS resources, defaults to '' (empty string)
164
+ --dry-run Simply generate files that would be used to update the stack and API
165
+ --exclude [list] Packages to exclude from bundling
166
+ --clean Force a clean build where cached bundles are not used
167
+ --no-color Turn off ANSI coloring in output
166
168
```
167
169
168
170
### Lambda Configuration
0 commit comments