Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story: As a user, I want to manage IoT device models in AWS #1865

Closed
6 of 7 tasks
Tracked by #1784
kbeaugrand opened this issue Mar 11, 2023 · 0 comments
Closed
6 of 7 tasks
Tracked by #1784

Story: As a user, I want to manage IoT device models in AWS #1865

kbeaugrand opened this issue Mar 11, 2023 · 0 comments

Comments

@kbeaugrand
Copy link
Member

kbeaugrand commented Mar 11, 2023

Feature: #1784

Description

Like in Azure IoT Hub, users have to manage Device model in the portal.

In AWS IoT Core, you can create a "Thing Type" to define the characteristics of a group of similar devices. This allows you to manage and interact with your devices in a more streamlined way. To create a Thing Type, go to the AWS IoT Core console and select "Thing Types" from the left-hand menu.

Once you have created a Thing Type, you can define its schema. The schema is a set of rules that define the format and structure of the device's data. You can use JSON to define the schema, and it should include all the attributes you defined in step 1.

Acceptance criteria

  • User can create do CRUD on device models
  • User can specify manually properties on device model that are represented in the Thing Type Schema

Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🚀 Ready
Development

No branches or pull requests

3 participants