Cant trigger a rule for a job execution update (UpdateJobExecution)

0

I set an iot rule

 SELECT topic(3) as thing, topic(5) as jobId FROM '$aws/things/+/jobs/+/update/accepted'

to trigger a lambda function to monitor device job status updates. It seems the rule engine couldnt filter the mqtt message published.

質問済み 5年前271ビュー
1回答
0

It seems the iot rule engine does not support

$aws/things/+/jobs/+/update/accepted

or device job mqtt topics..

The workaround was using the iot events instead

回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン