From aaa133a13fd921a8549a28d46ee2aa8f6b39fc1e Mon Sep 17 00:00:00 2001 From: Berend de Boer Date: Sat, 14 Oct 2023 02:02:08 +1300 Subject: [PATCH] chore(core): nx plugin submission @berenddeboer/nx-aws-cdk (#18581) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 2e76573cbf..2c1233892a 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -34,6 +34,11 @@ "description": "An nx plugin for the aws-cdk v2.", "url": "https://github.com/adrian-goe/nx-aws-cdk-v2" }, + { + "name": "@berenddeboer/nx-aws-cdk", + "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": "@berenddeboer/nx-sst", "description": "Nx plugin to generate an SST stack and execute all SST commands.",