Has anyone managed to use both the CreateQuickConnect and DeleteQuickConnect APIs to add and remove a large cohort of Amazon Connect agents as quick connects successfully?

0

Due to a large number of agents in one of our instances, we need to find a better way of adding and removing everyone as quick connects rather than manually adding them. The only other option I could find is using the CreateQuickConnect and DeleteQuickConnect APIs. It would be much appreciated if someone or a team had done this and if you could please let me know how it went.

Vili
已提問 2 年前檢視次數 223 次
2 個答案
1
已接受的答案

We've had to deal with this for a customer, which involved updating quick connects based on changes in another system.

We started doing this via the API but quickly ran into the rate limit of 3 API calls per second. If you're updating or adding lots of Quick Connects this immediately becomes an issue. So any code doing this needs to take that into account and handle the rejections due to the rate limit being exceeded.

Our solution ended up being to programmatically create a CloudFormation template and run that in CF. CF then handles the actual creation.

ledge
已回答 2 年前
profile pictureAWS
專家
已審閱 1 年前
0

This is really helpful. Thank you so much for letting me know. Have a good day :)

Vili
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南