Skip to content

Commit e6709b8

Browse files
feat: Add CFN tracking metrics
1 parent 8e727cf commit e6709b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/aws-backup-actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const stack = new AwsBackupActionsStack(app, "AwsBackupActionsStack", {
1414
account: app.node.tryGetContext("account"),
1515
region: app.node.tryGetContext("region"),
1616
},
17+
description: "Reference accelerator for backup actions ('uksb-1tsflhna3')",
1718
});
1819
cdk.Aspects.of(app).add(
1920
new AwsSolutionsChecks({

0 commit comments

Comments
 (0)