I've multiple thermometers(100+). I want them to connect to a single shadow using the same set of certificates, and publish data to the same topic. The data contains a unique identifier to distinguish between thermometers.
Found a similar stackoverflow question and the answers there suggest that it is, although discouraged, possible. But they're far from clarity.
I'm new to AWS and IoT and have been struggling for 3 days straight. Are there any steps that can be followed so that I can receive data from multiple thermometers via a single topic using a single set of certificates?