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: Add AmazonGreengrassV2Client configurations to interact with AWS IoT Greengrass services #1956

Closed
Tracked by #1955
hocinehacherouf opened this issue Mar 26, 2023 · 0 comments · Fixed by #2061
Closed
Tracked by #1955
Assignees
Labels

Comments

@hocinehacherouf
Copy link
Contributor

hocinehacherouf commented Mar 26, 2023

Is your feature request related to a problem? Please describe.
IoT Hub Portal must be able to interact with AWS IoT Greengrass services.

Describe the solution you'd like

Suggestion:

// Get AWS infos from configuration
var accessKey = "changeme";
var secretAccessKey = "changeme";
var region = "changeme";

_ = services.AddSingleton(new AmazonGreengrassV2Client(accessKey, secretAccessKey, RegionEndpoint.GetBySystemName(region)));
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal Mar 26, 2023
@ssgueye2 ssgueye2 self-assigned this May 11, 2023
@ssgueye2 ssgueye2 moved this from 📝 Todo to 🚧 In Progress in IoT Hub Portal May 11, 2023
@ssgueye2 ssgueye2 moved this from 🚧 In Progress to 💬 Ready for Review in IoT Hub Portal May 11, 2023
@kbeaugrand kbeaugrand linked a pull request May 11, 2023 that will close this issue
9 tasks
@kbeaugrand kbeaugrand moved this from 💬 Ready for Review to 🚀 Ready in IoT Hub Portal May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment