Skip to content

Tag: aws-iot

Can * be used for partial topics in AWS’ IoT Rule syntax?

Is this allowed as AWS’ IoT Rule syntax?: Answer No, you cannot use a * to achieve this, since you must pass a valid topic filter. According to the documentation you are able to use a + sign to achieve this effect. Quoted from the documentation linked above: A subscription to sensor/+/room1 receives mes…