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:
Deployment¶
To deploy your CDK app with the BedrockAgentBlueprintsConstruct
, follow the standard CDK deployment process:
This will synthesize the CloudFormation template and deploy the resources to your AWS account.