From c3c0b85a987b353a9abd481a4bc19b2e31cbdcbe Mon Sep 17 00:00:00 2001 From: Adrian Drummond Date: Sat, 14 Dec 2019 04:37:41 +0000 Subject: [PATCH] Updating README for clarity --- deployment/build-s3-dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/build-s3-dist.sh b/deployment/build-s3-dist.sh index bf4cb478..a0bb9563 100755 --- a/deployment/build-s3-dist.sh +++ b/deployment/build-s3-dist.sh @@ -7,8 +7,8 @@ # ./build-s3-dist.sh source-bucket-base-name trademarked-solution-name version-code # # Paramenters: -# - source-bucket-base-name: Name for the S3 bucket location where the template will source the Lambda -# code from. The template will append '-[region_name]' to this bucket name. +# - source-bucket-base-name: Name for the S3 bucket location where the AWS CloudFormation template will source the Lambda +# code from. The AWS Lambda code is contained in the zip files. The template will append '-[region_name]' to this bucket name. # For example: ./build-s3-dist.sh solutions my-solution v1.0.0 # The template will then expect the source code to be located in the solutions-[region_name] bucket #