1 Answer
- Newest
- Most votes
- Most comments
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.
answered a year ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
What is the benefit of not using the aws-sdk?