I updated the IoT project to allow one to display a history or trace of the IoT device status. This is accomplished through a call to the AWS API gateway which in turn triggers a lambda function to read up the device entries from a DynamDB table. The results from the Lambda function are returned and displayed on the web page. More technical details on this to follow.
No responses yet