awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
959 stars 188 forks source link

Instruct users to install jq in cloud9 doc #410

Closed PoeppingT closed 1 year ago

PoeppingT commented 1 year ago

If users are following the getting-started guide for starting with SaaS Boost the first time, they will not be able to run the sample application's build.sh script (or many of our helper scripts) without having jq installed for parsing AWS CLI JSON output. This commit adds a suggestion to run sudo yum install jq

Fixes #409

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license