Skip to content

Commit 6cf9dc6

Browse files
committed
GREY-1789: Update lambda setup & deploy docs
1 parent b48b5c8 commit 6cf9dc6

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ lambda setup [options]
111111
```
112112
-h, --help output usage information
113113
-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)
116116
--no-color Turn off ANSI coloring in output
117117
```
118118

@@ -154,15 +154,17 @@ Deployment of a service to AWS, goes through multiple steps during the process:
154154
### Options
155155

156156
```
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
166168
```
167169

168170
### Lambda Configuration

0 commit comments

Comments
 (0)