1 Answer
- Newest
- Most votes
- Most comments
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
answered 3 years ago
Relevant content
- asked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Thank you for the reply. I will try that.