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 1ba67cf commit 464950fCopy full SHA for 464950f
test/cdk-basic/deploy-yaml.sh
@@ -1,5 +1,5 @@
1
# This script is used to deploy the CDK stack using a YAML template.
2
-npx cdk synth -c environment=test CdkbasicStack > CdkbasicStack.yaml
+npx cdk synth --no-notices -c environment=test CdkbasicStack > CdkbasicStack.yaml
3
4
# Add a dummy resource to the template to force a change in the stack
5
awk '
@@ -14,7 +14,4 @@ awk '
14
{ print }
15
' CdkbasicStack.yaml > template.patched.yaml && mv template.patched.yaml CdkbasicStack.yaml
16
17
-# Show the generated template
18
-cat CdkbasicStack.yaml
19
-
20
aws cloudformation deploy --template-file CdkbasicStack.yaml --stack-name test-lld-cdk-basic --capabilities CAPABILITY_NAMED_IAM
0 commit comments