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.

posta 5 anni fa271 visualizzazioni
1 Risposta
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

con risposta 5 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande