I have a few questions to the aws iot solution:
I want to register a "Thing" with a few attributes and a associate a client certificate to the thing.
Can I do this with the java sdk? Maybe you have a link to an example?
(didn't find that in the aws-iot-device-sdk, have only seen aws cli examples)
If a device (with the client certificate) publishes a message, how could I use the associated thing and its attributes? (In an action or a rule)
See only to get the shadow-device, but not the "thing":
http://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-functions.html#iot-sql-function-get-thing-shadow
Anybody could help me?
Regards,
Markus