1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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
respondido há 3 anos
Conteúdo relevante
- feita há 10 dias
- feita há 10 dias
- feita há 23 dias
- AWS OFICIALAtualizada há 2 meses
- AWS OFICIALAtualizada há 3 anos
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há 2 anos
Thank you for the reply. I will try that.