From 86e186497b5fca6ff0ec7dff8c0199090866e499 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 27 Oct 2024 17:03:01 -0500 Subject: [PATCH] cdk needs npm i #188 --- ving/docs/subsystems/cdk.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ving/docs/subsystems/cdk.md b/ving/docs/subsystems/cdk.md index 3ed180d..b04fed1 100644 --- a/ving/docs/subsystems/cdk.md +++ b/ving/docs/subsystems/cdk.md @@ -12,6 +12,14 @@ Follow the [CDK install instructions](https://docs.aws.amazon.com/cdk/v2/guide/g ### Setup AWS Credentials If you have not already set up an [AWS credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) file in `~/.aws/credentials` then you'll want to do that now as pulumi will use that to log in to AWS. +### Install CDK Libraries +You'll need to install the CDK libraries. + +```bash +cd cdk +npm i +``` + ### Edit CDK Constants In the `cdk/lib/constants.mjs` file you'll need to make the following changes: