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 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南