Send data from cloud to aws iot thing
问题 I am trying to a reliable way to send data from aws lambda function to a aws iot thing. The thing is basically a raspberry pi which is located remotely. I have seen aws iot topics, but they don't seem to be reliable for my use case. So far I have found the following functionalities about topics Topics: Topics are asynchronous. When something is added to topic all and only currently listening devices will receive the update. There is no queueing. No delivery notification for the publisher. In