aws-cloudformation / aws-cloudformation-resource-providers-iot

The CloudFormation Resource Provider Package For AWS IoT
Apache License 2.0
1 stars 18 forks source link

Add support for aws-iot-thing resource #71

Closed MayankSharma615 closed 2 years ago

MayankSharma615 commented 2 years ago

Description of changes:

AWS IoT provides a registry that helps you manage things. A thing is a representation of a specific device or logical entity. It can be a physical device or sensor (for example, a light bulb or a switch on a wall). It can also be a logical entity like an instance of an application or physical entity that does not connect to AWS IoT but is related to other devices that do (for example, a car that has engine sensors or a control panel). https://docs.aws.amazon.com/iot/latest/developerguide/thing-registry.html

This change includes: model, handlers, unit tests, inputs for contract tests.

Testing:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.