1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
1
You can follow the practice of using temporary credentials using this link https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html#RequestWithSTS
So you can request these temporary token/keys instead of a putting a permanent accessKey and secretAccessKey
You will still need to use AWS SDK to generate them to establish ConnectParticipant to establish a chat.
con risposta un anno fa
Contenuto pertinente
- AWS UFFICIALEAggiornata 10 mesi fa
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata un mese fa
What is the benefit of not using the aws-sdk?