Skip to content

Commit 04340b1

Browse files
authored
Merge pull request #7 from drumadrian/master
Updating README for clarity
2 parents 849b9a9 + 6dd245d commit 04340b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/build-s3-dist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# ./build-s3-dist.sh source-bucket-base-name trademarked-solution-name version-code
88
#
99
# Paramenters:
10-
# - source-bucket-base-name: Name for the S3 bucket location where the template will source the Lambda
11-
# code from. The template will append '-[region_name]' to this bucket name.
10+
# - source-bucket-base-name: Name for the S3 bucket location where the AWS CloudFormation template will source the Lambda
11+
# code from. The AWS Lambda code is contained in the zip files. The template will append '-[region_name]' to this bucket name.
1212
# For example: ./build-s3-dist.sh solutions my-solution v1.0.0
1313
# The template will then expect the source code to be located in the solutions-[region_name] bucket
1414
#

0 commit comments

Comments
 (0)