Streamlining Workflow Orchestration with Amazon Bedrock Agent Chaining: A Digital Insurance Agent Example
Enterprise systems run on API's but orchestrating them and managing the sequence in which the APIs should be called is tedious. This article shows how chaining domain specific Bedrock agents can simplify workflow orchestration across a system of Enterprise APIs. The use case is around designing a Digital System powered by chaining Bedrock Agents to simplify the hand-offs between different APIs belonging to different domains but which work in tandem with each other to get the job done.


- Clone the bedrock agent chaining repository in your Cloud9 IDE.
- Enter the code sample backend directory as follows:
cd workflow-orchestration-bedrock-agent-chaining/
- Install packages using
npm install
- Boostrap AWS CDK resources on the AWS account
cdk bootstrap aws://ACCOUNT_ID/REGION
- Enable Access to Amazon Bedrock Models
You must explicitly enable access to models before they can be used with the Amazon Bedrock service. Please follow these steps in the Amazon Bedrock User Guide to enable access to the models (Anthropic::Claude, Cohere Embed English
):.
- Deploy the sample in your account.
cdk deploy --all





















cdk destroy
Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.