We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbcd4e commit 121031aCopy full SHA for 121031a
cdk/lib/notification.ts
@@ -11,9 +11,6 @@ export class Notification extends GuStack {
11
__dirname,
12
'../../notification/conf/notification.yaml',
13
);
14
- // Until this project has been fully migrated to GuCDK you should update the 'old' infrastructure by modifying
15
- // the YAML file and then re-running the snapshot tests to confirm that the changes are being pulled through by
16
- // CDK
17
new CfnInclude(this, 'YamlTemplate', {
18
templateFile: yamlTemplateFilePath,
19
});
0 commit comments