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

Task: Sync AWS Thing Types with IoT Hub Portal #1808

Closed
Tracked by #1865
hocinehacherouf opened this issue Feb 26, 2023 · 0 comments · Fixed by #2062
Closed
Tracked by #1865

Task: Sync AWS Thing Types with IoT Hub Portal #1808

hocinehacherouf opened this issue Feb 26, 2023 · 0 comments · Fixed by #2062
Assignees
Labels

Comments

@hocinehacherouf
Copy link
Contributor

hocinehacherouf commented Feb 26, 2023

Is your feature request related to a problem? Please describe.
Thing types can updated or created on AWS. They must synched with Iot Hub Portal.

Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/thing-types.html

Describe the solution you'd like

Backend:

  • Create a quartz job that queries thing types from AWS. You can use the method ListThingTypesAsync to do that
    • For each thing type, we must get its details. You can use the method DescribeThingTypeAsync to do that
      • If the thing type doesnt exist, it must be added to Iot Hub Portal database
      • Otherwise, if the version of the thing type if greeter than the one in IoT Hub Portal, the database must updated.
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal Feb 26, 2023
@kbeaugrand kbeaugrand changed the title Feature: Sync AWS Thing Types with IoT Hub Portal Task: Sync AWS Thing Types with IoT Hub Portal Mar 11, 2023
@delager delager removed this from the The Renewable Energy Avengers - S03 milestone Apr 25, 2023
@ssgueye2 ssgueye2 self-assigned this May 11, 2023
@ssgueye2 ssgueye2 moved this from 📝 Todo to 🚧 In Progress in IoT Hub Portal May 12, 2023
@kbeaugrand kbeaugrand linked a pull request May 12, 2023 that will close this issue
9 tasks
@kbeaugrand kbeaugrand moved this from 🚧 In Progress to 🚀 Ready in IoT Hub Portal May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🚀 Ready
Development

Successfully merging a pull request may close this issue.

4 participants