File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
samples/code-expert/packages/infra/src Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,17 @@ import { ApplicationStack } from "./stacks/application-stack";
2424 nagPacks : [ new AwsSolutionsChecks ( ) ] ,
2525 } ) ;
2626
27+ const usageMetric = "uksb-1tupboc45" ;
28+ const solutionName = "code-expert"
29+
2730 // Use this to deploy your own sandbox environment (assumes your CLI credentials)
2831 new ApplicationStack ( app , "CodeExpert" , {
2932 env : {
3033 account : process . env . CDK_DEFAULT_ACCOUNT ,
3134 region : process . env . CDK_DEFAULT_REGION ,
3235 } ,
3336 description :
34- " The Code Expert sample leverages the BedrockBatchSfn construct to perform expert code reviews cost effectively at scale.(uksb-1tupboc43)" ,
37+ ` The Code Expert sample leverages the BedrockBatchSfn construct to perform expert code reviews cost effectively at scale.(${ usageMetric } )(tag: ${ solutionName } )` ,
3538 } ) ;
3639
3740 const graph = new CdkGraph ( app , {
You can’t perform that action at this time.
0 commit comments