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
質問済み 5年前231ビュー
1回答
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
回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ