1回答
- 新しい順
- 投票が多い順
- コメントが多い順
1
Hi,
Greengrass provides AWS credentials to components and the SDK will pick these up automatically. All you need to do is update your component recipe and add a dependency on aws.greengrass.TokenExchangeService.
https://docs.aws.amazon.com/greengrass/v2/developerguide/interact-with-aws-services.html
Thanks, -joe
回答済み 4年前
関連するコンテンツ
- AWS公式更新しました 1年前

Thank you for the reply. I will try that.