smart-product-solution icon indicating copy to clipboard operation
smart-product-solution copied to clipboard

README has extra $ in build command

Open billkidwell opened this issue 5 years ago • 1 comments
trafficstars

./build-s3-dist.sh $DIST_OUTPUT_BUCKET $SOLUTION_NAME $$VERSION

in the readme should be

./build-s3-dist.sh $DIST_OUTPUT_BUCKET $SOLUTION_NAME $VERSION```

The extra $ will mess up your template and cause deployment to fail @ CICDHelper.

Error Message:

Error occurred while GetObject. S3 Error Code: NoSuchBucket. S3 Error Message: The specified bucket does not exist (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: b64e1312-1aa6-4795-92f7-fea982534a7e)

billkidwell avatar May 08 '20 19:05 billkidwell

Hello,

Thank you for reporting the issue. We have added the issue to our backlog items for now.

gsingh04 avatar May 26 '20 15:05 gsingh04