Questions tagged [aws-iot-events]

8 questions
1
vote
0 answers

Lambda defined in AWS IoT rule is not triggered

I setup a fleet-provisioning and it's working perfectly. I'm listening on the topic $aws/provisioning-templates/{}/provision/json/accepted and I'm getting…
1
vote
1 answer

Why do we have AWS IoT Events when AWS IoT core rules offers similar service

AWS IoT Events: A fully managed service that makes it easy to detect and respond to events from IoT sensors and applications. The same can be achieved using AWS IoT core rules. For example - rule to trigger a lambda function and publish to certain…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

IoT Rules SELECT Property with name "0"

Really struggling with selecting values in IoT Rules. My input looks like this, and I have no control over the data coming in: "data": { "antennas": { "1": "disconnected", "2": "connected", "3":…
0
votes
2 answers

AWS IoT continuous jobs queued in reverse order

I have an AWS IoT Thing Group which includes some in-progress continuous jobs. When a device is added to the thing group, I want the continuous jobs must be processed as the order they were posted. However, look like the job executions are queued…
0
votes
1 answer

web interface for potentiometer in aws iot

actually, I write program in Arduino ide which read potentiometer value and send it to AWS MQTT. whenever I revolve my potentiometer it prints value in AWS MQTT and now I want it to access from web page tell me what are the possible ways we access…
0
votes
1 answer

How to trigger ıot events with lambda

I have a aws ıot events model. I have to trigger that model with using lambda ptyhon functions, like . So, how can ı trigger ıot events model with using lambda
0
votes
1 answer

How to use Java AWS IOT event SDK

I have an Apache Flink application and I need to get IOT event input description, build message and send it. I searched in AWS documentation, and I didn't find an example of code to use this dependency. How should I create the IOT event object and…
Leah
  • 25
  • 8
0
votes
1 answer

Can we Integrate AWS lambda with AWS IOT and perform operations in the IOT using this lambda function?

The scenario is like this I have a microservice which invokes a LAMBDA function whose role will be to delete things from the AWS IOT. Is there a way I can perform operations in AWS IOT using the lambda function? Any article, blog regarding this will…