Skip to content

Nx AWS cdk plugin to generate an AWS cdk stack in your Nx mono repo

Notifications You must be signed in to change notification settings

berenddeboer/nx-plugins

 
 

Repository files navigation

NPM standard-readme compliant


Nx plugin to generate an AWS cdk v2 package

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.

Table of Contents

Plugins

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

Maintainers

@berenddeboer

Contributing

See the contributing file!

PRs accepted.

If editing the README, please conform to the standard-readme specification.

Working on this code

Test:

npx nx test nx-aws-cdk

Create a new package:

  1. Build:
npx nx build nx-aws-cdk
  1. Test:
npx nx test nx-aws-cdk
  1. Publish package after login:
cd dist/packages/nx-aws-cdk
npm publish --access=public

License

This project is MIT licensed.

About

Nx AWS cdk plugin to generate an AWS cdk stack in your Nx mono repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • JavaScript 1.5%
  • Shell 0.4%