Update your Workspace

Install dependencies

  • Run the following commands in the Cloud9 terminal to update nvm (Node Version Manager) and install jq (a command-line JSON processor) and Locust (a load testing tool)
nvm install stable
sudo yum -y install jq 
sudo pip3 install locust