adrian-goe/nx-aws-cdk-v2

CDK Context file not being included in Deploy Execution

Opened this issue · 1 comments

When running nx deploy myApp the cdk.context.json is being ignored. And I believe this is because it doesn't exist in the cwd that the command was run in (currently defaulting to NX repo root folder).

I wonder if this is related to an issue I'm seeing in 1.6.1. I've started having to add the --require-approval never to deploy commands even though cdk.json seems to have a line to set this.