Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 45a8eec

Browse files
committed
Updated commands to install CDK
1 parent b8e43c8 commit 45a8eec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

workshop/content/buildpipe/cdkinit/_index.en.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ date = 2019-11-01T15:26:09-07:00
44
weight = 21
55
+++
66

7-
First of all, install the CDK CLI by running the following command from your terminal.
7+
## Install the latest CDK
8+
9+
If you are using Cloud9, the CDK is already pre-installed but it will likely be a few versions old. Run the following commands from the Cloud9 terminal to remove your current version and install the latest one:
810
```
11+
npm uninstall -g aws-cdk
912
npm install -g aws-cdk
1013
```
1114

workshop/content/crossaccount/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title = "Cross Account Deployments"
33
date = 2019-10-02T16:10:44-07:00
44
weight = 40
55
chapter = true
6-
draft = false
7-
hidden = false
6+
draft = true
7+
hidden = true
88
pre = "<b>6. </b>"
99
+++
1010
# Cross Account Deployments

0 commit comments

Comments
 (0)