nx-plugins
nx-plugins copied to clipboard
Nx(nrwl) plugins by CodeBrew Team, helps deploy systems to the cloud(aws-cdk)
Per https://docs.aws.amazon.com/cdk/v1/guide/home.html, the support for CDK v1 is until June 1, 2022. Best to generate CDK v2 project per https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html
# Description Support AWS CDK v2 Per https://docs.aws.amazon.com/cdk/v1/guide/home.html, the support for CDK v1 is until June 1, 2022. Best to generate CDK v2 project Example: https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html # PR Checklist -...
Hey. I am trying to use the plugin in AWS CodeBuild as part of the pipeline. It fails with the following: ``` /codebuild/output/src304675747/src/node_modules/@codebrew/nx-aws-cdk/src/utils/executor.util.js:56 -- process.stdin.end(); ^ TypeError: process.stdin.end is not...
👋 I'm trying to use the CDK plugin, and it generated and deployed a CDK stack just fine until I added a dependency from `/libs`. For some reason, it is...
Hi! I tried to evaluate this generator but so far it didn't work. I tried this: ``` /mnt/wsl/workspace/ubuntu/fs-observability-aws$ nx generate @codebrew/nx-aws-cdk:application solace-ecs NX Generating @codebrew/nx-aws-cdk:application NX Cannot find packages/solace-ecs/.eslintrc.json Pass...