Skip to content

Commit

Permalink
cdk needs npm i #188
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Oct 27, 2024
1 parent 500884d commit 86e1864
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ving/docs/subsystems/cdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 86e1864

Please sign in to comment.