I doing something with aws IoT. So i need to publish some message to AWS MQTT Boker from my WebAPI.
Based on my readings after publish to MQTT Broker, that will take care and pass the message to devices which are subscribed.
I didn't get any articles to sent message to broker from webapi.