Apologies if this is a noob. I am trying to learn the ropes of AWS IOT.
I understand that I can use a client like MQTT.fx to publish messages to a topic in a message broker
I also see that AWS IOT resources console, I can create things, attach certificates, policies, and create rules.
If I create a thing say 'car' using the IOT resources console, is there some way that the console gives where i can have the car publish MQTT messages to a topic? Or is the only way wiring up the simulate car to an actual device using the SDK.
Like I mentioned, I am aware of publishing through an MQTT client. I just want to understand how to make a 'thing' I created in the resources console, to publish the MQTT messages to a message broker?
Thanks