简体   繁体   中英

How to parse the messages sent from IoT Client to the Aws Thing

I am fairly new to the IoT. I have created a thing on Aws and I have created a client .Everything works fine when I test the set up.
I am unable to parse the message sent from the client to the Aws IoT.
Any Suggestion would be helpful

You can create a Rule and use SQL statements to parse or filter messages sent by your things .

点击这里 .

For example: You can insert those messages into dynamodb or s3 , or call a lambda function to process further.

Check this link for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM