简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM