1 Answer
- Newest
- Most votes
- Most comments
0
You can always use iot with boto 3 and use list_things(**kwargs). Use the attributeName and attributeValue parameters to filter your things. For example, calling ListThings with attributeName=Color and attributeValue=Red retrieves all things in the registry that contain an attribute Color with the value Red . You can also pass thingTypeName (string) -- The name of the thing type used to search for things. It will return along with other attributes like thingArn which you can verify.
Relevant content
asked 2 years ago
asked 3 years ago
