How to get IoT topic when redirecting to SQS in AWS

351 Views Asked by At

Is there any way I can get topic name in SQS queue when messages were redirected from AWS IoT?

1

There are 1 best solutions below

2
On BEST ANSWER

You can use the sql function topic() in the SELECT statement of the IOT rule.

Something like SELECT * as data, topic() as topic FROM 'your topic'

IOT sql function reference http://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-functions.html#iot-function-topic