3
votes

So, I have 3 different cdk.json files with different name/value pairs: cdk.json, cdk-west.json cdk-east.json

When, I run a synth or deploy, can I specify a specific json file instead of the default cdk.json one?

I know you can change profiles with the --profile option, but not sure about cdk.json

1

1 Answers

1
votes

Unfortunately, there is no such option.