Quickly access shadow of multiple things

0

Hello,
We want to show the current status of our things in a web interface. Their state is stored in each individual shadow. What is the easiest way to access 100+ shadows quickly?
We are using Java and the only way to access the message broker I found in the java SDKs is in the device SDK. However, AWSIotMqttClient connection is limited to 50 subscription which makes it hard to manage many shadows at once.
What is the intended way to access the shadow from a web application backend?

Thanks in advance!

Gepro
posta 5 anni fa232 visualizzazioni
1 Risposta
0

Hi Gepro,

This sounds like a potential use case for fleet indexing and maybe dynamic thing groups. With this feature enabled, you could write a query that returns a bunch of shadows in one go. Check out these features:

https://docs.aws.amazon.com/iot/latest/developerguide/iot-indexing.html

https://docs.aws.amazon.com/iot/latest/developerguide/dynamic-thing-groups.html

HTH,
Ryan

AWS
Ryan_B
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