I setup a fleet-provisioning and it's working perfectly.
I'm listening on the topic $aws/provisioning-templates/{}/provision/json/accepted
and I'm getting response
{"deviceConfiguration":{},"thingName":"1234567-abcde-fghij-klmno-1234567abc-TLS350"}
When I'm trying to listen on the same topic inside AWS IOT MQTT client I'm getting Incorrect topic format. This topic is not supported
.
My final idea is to make AWS IoT rule which is going to listen on this topic and trigger lambda but currently doesn't work with the following statement:
SELECT * from '$aws/provisioning-templates/fleet-provisioning-template/provision/json/accepted'
. Do you have idea what is going on here?
Thanks a lot in advance for any help.