Help regarding deepstream and AWS

Hello,

I have successfully connected my jetson nano to my AWS account following this guide:

according to this guide, I can see MQTT messages from deepstream test-app 4 and 5 on my AWS test.

I now want to take these MQTT messages to preferably an website/webapp. Is there anyone who knows how to do it? or point me to a tutorial that I can follow?

Thanks

Hi,

Do you want to use the MQTT message in the website?
If yes, there are several online tutorial for this.

For example:

Thanks.