Skip to content

Commit a03e8ed

Browse files
authored
Merge pull request #218 from jstrunk/patch-1
chore(code-expert): correct tracking tag
2 parents 84f3b64 + 1bff067 commit a03e8ed

File tree

1 file changed

+4
-1
lines changed
  • samples/code-expert/packages/infra/src

1 file changed

+4
-1
lines changed

samples/code-expert/packages/infra/src/main.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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, {

0 commit comments

Comments
 (0)