From f42f7a2f7c2eeecc6ddd593b6bb3787e23a19a05 Mon Sep 17 00:00:00 2001 From: KozelAnatoliy Date: Wed, 13 Dec 2023 09:01:52 -0800 Subject: [PATCH] chore(core): nx plugin submission @routineless/nx-aws-cdk (#20167) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 2c1233892a..7fded79202 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -39,6 +39,11 @@ "description": "Nx plugin to generate a CDK stack with support for the vitest runner. Supports all CDK commands.", "url": "https://github.com/berenddeboer/nx-plugins/tree/main/packages/nx-aws-cdk" }, + { + "name": "@routineless/nx-aws-cdk", + "description": "Nx plugin to generate and manage aws cdk app and lambdas.", + "url": "https://github.com/KozelAnatoliy/routineless/tree/main/packages/nx-aws-cdk" + }, { "name": "@berenddeboer/nx-sst", "description": "Nx plugin to generate an SST stack and execute all SST commands.",