2 Answers
- Newest
- Most votes
- Most comments
0
You could try using the DescribeContactFlow API, but honestly, if your contact flows are that big you probably need to look at refactoring them, maybe splitting out some of the logic into modules?
For the deployment pipeline, you have a couple of options, either deploying programatically via the API see here: https://docs.aws.amazon.com/connect/latest/adminguide/migrate-contact-flows.html
Or you can using Cloud Formation scripts see here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Connect.html
answered 4 years ago
0
You have tools in aws marketplace CoDeploy https://aws.amazon.com/marketplace/pp/prodview-22adxamqgymso?sr=0-1&ref_=beagle&applicationId=AWSMPContessa
answered 3 years ago
Relevant content
asked 4 years ago
- AWS OFFICIALUpdated 5 months ago

For Queue Flows we can't able to split the flows in module's, there comes the issue to export the flow. Currently we are exporting the flow using DescribeContactFlow API only. But, do we have any process to backup the Amazon Connect Instance?