This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Publish to custom topic in aws_iot

Hi,

I have built a project upon the aws_iot-example. There are three shadow-topics that the device may publish to (/update, /get and /delete). To me it seems there is no possibility to publish to any other topic in aws_iot. Or am i wrong?

How should i do if I would like to publish to a named shadow in aws? Or a custom made topic?

Is it a good idea to copy aws_iot.c/.h into my project so I get a local copy of them, adjust them to suit my purposes and skip using the version in the library? If so, how do I exclude the original files?

Best regards,
Lars

Related