Skip to content

Test and Deploy Constructs

Testing

The BedrockAgentBlueprintsConstruct includes unit tests to ensure the correct behavior of the construct. You can run the tests using the following command:

npm test

Deployment

To deploy your CDK app with the BedrockAgentBlueprintsConstruct, follow the standard CDK deployment process:

npm run build
cdk synth
cdk deploy

This will synthesize the CloudFormation template and deploy the resources to your AWS account.