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 0fe726f commit 2746309Copy full SHA for 2746309
test/cdk-basic/deploy-yaml.sh
@@ -18,4 +18,9 @@ awk '
18
# Remove the first part of the template up to and including the Resources section
19
awk 'f{print} /^Resources:/ {f=1; print}' template.patched.yaml > CdkbasicStack.yaml
20
21
+echo "Deploying stack with the following template:"
22
+echo "-------------------------------------------"
23
+cat CdkbasicStack.yaml
24
25
+
26
aws cloudformation deploy --template-file CdkbasicStack.yaml --stack-name test-lld-cdk-basic --capabilities CAPABILITY_NAMED_IAM
0 commit comments