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:
Unit tests added for coverage
All contract tests passed: cfn test
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
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:
cfn test
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.