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 Groups with IoT Hub Portal #1801

Open
Tracked by #1867
hocinehacherouf opened this issue Feb 26, 2023 · 0 comments
Open
Tracked by #1867

Task: Sync AWS Thing Groups with IoT Hub Portal #1801

hocinehacherouf opened this issue Feb 26, 2023 · 0 comments
Labels

Comments

@hocinehacherouf
Copy link
Contributor

hocinehacherouf commented Feb 26, 2023

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

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

Describe the solution you'd like

Backend:

  • Create a quartz job that queries thing groups from AWS. You can use the method ListThingGroupsAsync to do that
    • For each thing group, we must get its details. You can use the method DescribeThingGroupAsync to do that
      • If the thing group doesnt exist, it must be added to Iot Hub Portal database
      • Otherwise, if the version of the thing group 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 Groups with IoT Hub Portal Task: Sync AWS Thing Groups with IoT Hub Portal Mar 12, 2023
@ssgueye2 ssgueye2 assigned ssgueye2 and unassigned ssgueye2 May 30, 2023
@delager delager removed this from the The Renewable Energy Avengers - S06 milestone Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📝 Todo
Development

No branches or pull requests

4 participants