Need support to send sensor data on AWS
Hello ST Community,
I had successfully run the "Hello World" code on my STM32MP1 which is based on python by the following link,
https://docs.amazonaws.cn/en_us/greengrass/latest/developerguide/module2.html
I have one sensor connected with STM32MP1. I had used /dev/i2c* and wrote a driver for the sensor in c language.
I want to send sensor data to was greengrass, but greengrass only supports python language on lambda.
How can I send sensor data written in c to aws green grass?
Thanks and Regards,
Nikunj Panchani
