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
961 stars 189 forks source link

Cloud9 instructions should suggest installing jq #409

Closed Jayasundar closed 1 year ago

Jayasundar commented 1 year ago

:question: General Issue

The Question

The build.sh script fail with line #45 jq not found

Environment

Other information

By default jq is not installed in Cloud9 deployment, need to install jq with following commend.

sudo yum install jq

brtrvn commented 1 year ago

@Jayasundar can you provide a little more context here? Which file are you referring to? That version (and that commit hash) doesn't exist in SaaS Boost.