1 Answer
1
Accepted Answer
Hi. I recommend you enable IoT logging and look for the RuleExecution
event type: https://docs.aws.amazon.com/iot/latest/developerguide/diagnosing-rules.html
This will confirm or deny whether your rule is running, and tell if you if it's suffering any errors when executing the Lambda action.
Relevant content
- asked 3 months ago
- asked 2 months ago
- Accepted Answerasked a month ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 18 days ago
can you try put '#' as topic in the rule and SELECT * FROM "#" and see if the lambda will run. '#' covers all topics. This will tell if rule is being executed.