From 3395ca8a62b927cf5d094a09a74158aa5a93ba97 Mon Sep 17 00:00:00 2001 From: castleadmin <33803439+castleadmin@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:01:20 +0100 Subject: [PATCH] chore(core): nx plugin submission nx-serverless-cdk --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 1641a5695b5e4..55c060ae4041d 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -29,6 +29,11 @@ "description": "Nx plugin integrations with Vite.", "url": "https://nx-plugins.netlify.app/" }, + { + "name": "nx-serverless-cdk", + "description": "Create CDK applications and construct libraries. Test and debug infrastructure code and AWS Lambda functions locally.", + "url": "https://github.com/castleadmin/nx-plugins/tree/main/nx-serverless-cdk/plugin" + }, { "name": "@ago-dev/nx-aws-cdk-v2", "description": "An nx plugin for the aws-cdk v2.",