We will start off by implementing the end-to-end solution, where we take the data from the DHT11 sensor and post it to the AWS IoT Thing topic.
Building the sample application
End-to-end communication
To get started with AWS IoT, we need to have an AWS account. If you do not have an AWS account, you can create one by navigating to this URL: https://aws.amazon.com/free/.
Once you have created your account, you can log in and navigate to the AWS IoT Console. Or you can follow the https://console.aws.amazon.com/iot/home URL to reach the page.
Setting up the IoT Thing
Once...