We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e727cf commit e6709b8Copy full SHA for e6709b8
bin/aws-backup-actions.ts
@@ -14,6 +14,7 @@ const stack = new AwsBackupActionsStack(app, "AwsBackupActionsStack", {
14
account: app.node.tryGetContext("account"),
15
region: app.node.tryGetContext("region"),
16
},
17
+ description: "Reference accelerator for backup actions ('uksb-1tsflhna3')",
18
});
19
cdk.Aspects.of(app).add(
20
new AwsSolutionsChecks({
0 commit comments