UNPKG

nx-serverless-cdk

Version:

nx-serverless-cdk is an Nx plugin for creating AWS CDK applications and libraries inside an Nx monorepo. It offers the possibility to test and debug CDK applications as well as AWS Lambda functions locally. The plugin provides the full flexibility of the

29 lines (28 loc) 935 B
{ "generators": { "cdk-app": { "factory": "./src/generators/cdk-app/generator", "schema": "./src/generators/cdk-app/schema.json", "description": "Creates an AWS CDK application.", "x-type": "application" }, "cdk-lib": { "factory": "./src/generators/cdk-lib/generator", "schema": "./src/generators/cdk-lib/schema.json", "description": "Creates an AWS CDK constructs library.", "x-type": "library" }, "e2e-project": { "factory": "./src/generators/e2e-project/generator", "schema": "./src/generators/e2e-project/schema.json", "description": "Creates an E2E project for a nx-serverless-cdk application.", "hidden": true }, "init": { "factory": "./src/generators/init/generator", "schema": "./src/generators/init/schema.json", "description": "Initializes the nx-serverless-cdk plugin.", "hidden": true } } }