AWS CDK: synth, but don’t print
When you run cdk synth
, the cli by default prints the whole CloudFormation template to the console.
To avoid that, pass in the --quiet
flag.
Do it like so:
cdk synth — quiet
This feature was made possible by Github user breite
, so thank you breite!
The commit: https://github.com/aws/aws-cdk/commit/74458a0e9eebce4ee254673aad8933d39588d843