'Login into aws connect using awssdk for php

I need to auto login into Amazon connect instance using PHP awssdk . The AWS sdk is included in the project and is being used to connect to S3 buckets for storing and retrieving the files. But my requirement is to login the user as an agent into Amazon connect when he logs into the web app. The user has already been created in Amazon connect. Any leads would be helpful.



Solution 1:[1]

To log agents into Connect you need to use the Streams API found here.

https://github.com/amazon-connect/amazon-connect-streams

The Connect API itself doesn't support agent login etc.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ledge