Skip to content

Commit f825c7e

Browse files
authored
chore: remove unnecessary comment (#1309)
Remove unnecessary comment from test fixture. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 1fe7075 commit f825c7e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/@aws-cdk-testing/cli-integ/resources/cdk-apps/nested-stack-with-fn-join-export

packages/@aws-cdk-testing/cli-integ/resources/cdk-apps/nested-stack-with-fn-join-export/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ const cdk = require('aws-cdk-lib');
22
const { aws_cloudformation: cfn, aws_sns: sns, aws_ssm: ssm } = cdk;
33

44
/**
5-
* Reproduces https://t.corp.amazon.com/D423570178
6-
*
75
* When IncludeNestedStacks is true, CloudFormation validates all nested stacks
86
* together. Export names using Fn::Join with a runtime reference get collapsed
97
* to the placeholder {{IntrinsicFunction://Fn::Join}}, causing a false

0 commit comments

Comments
 (0)