From 35c8cda772b1e68f409e8a40141eb07dbdea6479 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 5 Mar 2019 06:30:21 -0800 Subject: [PATCH] Update 500-toolkit.md Added "See Also" section with link to guide topic on installing and configuring the CDK. --- workshop/content/15-prerequisites/500-toolkit.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workshop/content/15-prerequisites/500-toolkit.md b/workshop/content/15-prerequisites/500-toolkit.md index 15899f0dd..a0177b932 100644 --- a/workshop/content/15-prerequisites/500-toolkit.md +++ b/workshop/content/15-prerequisites/500-toolkit.md @@ -26,3 +26,7 @@ $ cdk --version CDK is still in developer preview, new versions of the AWS CDK may include breaking changes. Therefore, throughout the workshop, you will be instructed to install version 0.22.0 by using `npm install module@0.22.0`. {{% /notice %}} + +## See Also + +[Installing and Configuring the AWS CDK](https://docs.aws.amazon.com/CDK/latest/userguide/install_config.html)