Discover the directory the CDK CLI runs from for a given module by invoking
mdaa in --testing mode (which prints the command it would run, prefixed with
cd '<modulePath>' && npx cdk synth ...) without executing any synth.
CDK reads cdk.context.json from this directory.
Discover the directory the CDK CLI runs from for a given module by invoking mdaa in --testing mode (which prints the command it would run, prefixed with
cd '<modulePath>' && npx cdk synth ...) without executing any synth. CDK reads cdk.context.json from this directory.