A plugin to generate an AWS CDK v2 package. This code was based on a collection of third-party Nx plugins based on Codebrew (https://github.com/codebrewlab/nx-plugins) and Efacity (https://github.com/efacity/nx-plugins). Codebrew no longer maintains the plugin or accepts pull requests.
Plugin | Description |
---|---|
@berenddeboer/nx-aws-cdk |
An Nx plugin for developing aws cdk stacks |
@berenddeboer/nx-sst |
An Nx plugin for developing serverless full stack apps |
PRs accepted.
If editing the README, please conform to the standard-readme specification.
Test:
npx nx test nx-aws-cdk
- Build:
npx nx build nx-aws-cdk
- Test:
npx nx test nx-aws-cdk
- Publish package after login:
cd dist/packages/nx-aws-cdk
npm publish --access=public
This project is MIT licensed.