Skip to content Skip to sidebar Skip to footer

Stream Data From Aws Iot To Aws Lambda Using Python?

I am Publishing data from Raspberry Pi to AWS IoT and I can see the updates there. Now, I need to get that data into AWS Lambda and connect it to AWS SNS to send a message above a

Solution 1:

In IoT Code, Create a rule for invoking a Lambda to accept JSON data. Then you can do anything with that data.


Post a Comment for "Stream Data From Aws Iot To Aws Lambda Using Python?"