After having the water dispenser to work, it is a good idea to put it on AWS IoT Cloud so that it can be controlled through AWS IoT Cloud when the owner is not around. But before that, we need to include Amazon FreeRTOS in our library so that we can interact with AWS IoT Cloud.
The below video taken from Amazon Web Services YouTube channel give you a brief idea on what is Amazon FreeRTOS:
Following the link provided by the organizer of the Connected Cloud Challenge: Cypress Amazon FreeRTOS PSoC 6 + Wi-Fi/BT Dev Kit Getting Started Guide
download the Getting Started with Amazon FreeRTOS and PSoC62+43xxx.pdf
In the pdf:
click on the repository in the pdf and you will be directed to https://github.com/cypresssemiconductorco/amazon-freertos
Scroll down to the Cloning section, copy one of the link and clone the repository.
You can refer this video by Data School on YouTube on how to clone a GitHub Repository.
If you have no Git Bash in your computer, you can download if from this link: https://gitforwindows.org/
Upon success, you will see a few new Starter Application available for you to choose in your ModusToolbox.