Hello,
My thingy:91 is publishing its messages to nrfcloud (=to the corresponding AWS mqttEndPoint and topics/ I suppose AWS IoT Core).
Now I want to get/process these messages in our IoT platform. Here I could:
- setting up a bridge: nordic - bridge - (our) AWS IoT Core
- develop a subscriber to the topics,
- use something as Apache NiFi.
However, I was wondering if using an AWS Lambda to the nordic mqttEndpoint (and topics) would be possible?
Thanks.
Guy