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
48 lines • 1.44 kB
JSON
{
"name": "nx-serverless-cdk",
"version": "1.2.1",
"description": "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 AWS CDK CLI and the local AWS SAM CLI commands. It aims to make the usage of these tools as easy as possible inside an Nx monorepo.",
"keywords": [
"nx",
"serverless",
"cdk",
"awscdk",
"plugin",
"aws",
"lambda",
"sam",
"monorepo",
"iac",
"infrastructure as code",
"cli",
"test",
"debug",
"e2e",
"typescript"
],
"homepage": "https://github.com/castleadmin/nx-plugins/tree/main/nx-serverless-cdk/plugin",
"bugs": {
"url": "https://github.com/castleadmin/nx-plugins/issues"
},
"license": "MIT",
"author": "Tobias Willig",
"type": "commonjs",
"main": "./index.js",
"typings": "./index.d.ts",
"generators": "./generators.json",
"executors": "./executors.json",
"repository": {
"type": "git",
"url": "https://github.com/castleadmin/nx-plugins.git",
"directory": "nx-serverless-cdk/plugin"
},
"dependencies": {
"@nx/devkit": "^19.5.7",
"@nx/eslint": "^19.5.7",
"@nx/jest": "^19.5.7",
"@nx/js": "^19.5.7",
"@nx/workspace": "^19.5.7",
"tslib": "^2.6.3"
},
"types": "./src/index.d.ts"
}