I have configured a lambda to a IOT Rule. The MQTT topic will get binary data and on arrival of data the rule should invoke lambda.
The lambda gets invoked when I post normal JSON data, but if I post any binary data, the lambda does not get invoked.
But at the same time, I am able to consume the binary data posted to MQTT through my stand alone consumer and able to deserialise it successfully.
So what is that I am missing here ?