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 1958f26 commit 123c594Copy full SHA for 123c594
packages/aws-cdk/lib/diff.ts
@@ -21,11 +21,6 @@ export function printStackDiff(
21
context: number,
22
stream?: FormatStream): number {
23
24
- if (newTemplate.assets.length > 0) {
25
- const issue = 'https://github.com/aws/aws-cdk/issues/395';
26
- warning(`The ${newTemplate.name} stack uses assets, which are currently not accounted for in the diff output! See ${issue}`);
27
- }
28
-
29
const diff = cfnDiff.diffTemplate(oldTemplate, newTemplate.template);
30
31
// filter out 'AWS::CDK::Metadata' resources from the template
0 commit comments