I am using Amazon Connect Stream APIs for customized Agent control panel with Amazon Connect. https://github.com/aws/amazon-connect-streams
Now I want to integrate lambda API gateway in customized agent screen to save page data into database. I am thinking to use Amazon Cognito feature for authentication of lambda request call.
I can directly call lambda API from my page but to provide authentication security, is there any connect stream API directly available which can use connect login credentials for authentication so that I can avoid creating separate user pool in Amazon Cognito?
Thanks in advance, Gan