I'm trying to initialize the AWS CDK on a new website I just created via Visual Studio.
But when I run the init commmand I get the error: cdk init
cannot be run in a non-empty directory
❯ cdk init app --language=csharp
`cdk init` cannot be run in a non-empty directory!
The CDK Workshop uses the example of starting from scrach (in an empty directory).
Is it possible to initialize the CDK inside an existing solution/project?