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
전문가
검토됨 일 년 전
0

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

Vili
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠