You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get AWS infos from configurationvaraccessKey="changeme";varsecretAccessKey="changeme";varregion="changeme";_=services.AddSingleton(newAmazonGreengrassV2Client(accessKey,secretAccessKey,RegionEndpoint.GetBySystemName(region)));
The text was updated successfully, but these errors were encountered:
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
AWSSDK.GreengrassV2
on backendAmazonGreengrassV2Client
.Suggestion:
The text was updated successfully, but these errors were encountered: