I want to create a web site to monitor my IoT devices, so I went through many tutorials to achieve that.
The most common way that is used in the tutorials is writing to DynamoDB from IoT then using Lambda to invoke the data from DynamoDB to Lambda and finally hosted by S3. But S3 hosted the static web while I need a dynamic web site in order to trigger the data from AWS IoT.
Can you please help me with this or show me a tutorial makes same thing?