Skip to content

Commit 4e5662c

Browse files
committed
GREY-1780: Add suffix support to readme
1 parent c32ef44 commit 4e5662c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The actions the user executing the scripts should be able to perform are:
101101

102102
This step should only ever be run once for AWS account, region and LT version combination. The step will create the necessary Lambda functions that act as the CloudFormation resources for all stacks created by lambda-tools. If no region is defined, `us-east-1` is assumed. This also creates the staging S3 bucket that is used to store all stack assets. **If this step is not done, all deployments will fail**.
103103

104-
Since the deployed Lambda code is held in S3 buckets and S3 bucket names must be unique across all accounts, deploys will fail unless you provide an unique resource name prefix when running the `setup` command via the resource prefix option described below.
104+
Since the deployed Lambda code is held in S3 buckets and S3 bucket names must be unique across all accounts, deploys will fail unless you provide an unique resource name prefix/suffix when running the `setup` command via the resource prefix/suffix option described below.
105105

106106
```
107107
lambda setup [options]
@@ -112,6 +112,7 @@ lambda setup [options]
112112
-h, --help output usage information
113113
-r, --region <string> Region to setup in, if not set otherwise, defaults to 'us-east-1'
114114
-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)
115116
--no-color Turn off ANSI coloring in output
116117
```
117118

0 commit comments

Comments
 (0)