IoT Core - Dynamic Object Group Query latency based on the object's shadow attribute

0

Why does the dynamic thing group query based on a thing's shadow attribute take around a minute to load the thing in aws iot after I change it ?.

ex:

i have a thing shadow: {"reported": {"field1": 1}}

lambda:

  • create dynamic thing group by query string: shadow.reported.field1: 0
  • check status of dynamic thing group: If status is ACTIVE, return the items in the thing group; otherwise, keep checking status until it is ACTIVE.

Steps:

  1. step-1: update thing shadow: reported.field1 = 0
  2. step-2: first time run lambda: list things in thing group is empty.
  3. step-3: next time run lambda: list things have data.

The time interval between two step-2 and step-3 is 1 minute.

已提问 8 个月前111 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则