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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ