aws-solutions / smart-product-solution

The Smart Product Solution is a customer deployable reference architecture to help manufacturers to jumpstart development of innovative connected/smart product services.
Apache License 2.0
28 stars 19 forks source link

Missing environment variable in readMe #16

Closed iotFab closed 4 years ago

iotFab commented 4 years ago
export DIST_OUTPUT_BUCKET=my-bucket-name # bucket where customized code will reside
export VERSION=my-version # version number for the customized code
export SOLUTION_NAME=my-smart-solution # user defined name

Adding SOLUTION_NAME will solve usage of our example :

./build-s3-dist.sh $DIST_OUTPUT_BUCKET $SOLUTION_NAME $VERSION
gsingh04 commented 4 years ago

Thanks for reporting the fix in readme. We will push the change in next release. Please continue to monitor the repo for further updates.