You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
Hi all,
I'm trying to write a lambda function that processes jobs. While I can get an example to subscribe to the job topics, and as such write my own jobs handler, I am wondering if there is already some solution that has some code to solve this.
I've also seen that the new (v2) Java SDK has a JobsClient, is there an easy way to use this one myself? (https://github.com/awslabs/aws-iot-device-sdk-java-v2/blob/master/sdk/src/main/java/software/amazon/awssdk/iot/iotjobs/IotJobsClient.java)