From ee57007b6cc92dd0ba0fe937da5b4c590c063fdf Mon Sep 17 00:00:00 2001 From: Doug-AWS Date: Tue, 5 Mar 2019 12:00:14 -0800 Subject: [PATCH] Added see also links; updated links in Congratulations! --- .../content/15-prerequisites/500-toolkit.md | 4 --- workshop/content/15-prerequisites/_index.md | 6 +++- .../content/20-create-project/100-cdk-init.md | 2 ++ workshop/content/40-hit-counter/_index.md | 4 +++ workshop/content/70-conclusion/_index.md | 28 ++++++++----------- workshop/content/_index.md | 5 ++++ 6 files changed, 28 insertions(+), 21 deletions(-) diff --git a/workshop/content/15-prerequisites/500-toolkit.md b/workshop/content/15-prerequisites/500-toolkit.md index a0177b932..15899f0dd 100644 --- a/workshop/content/15-prerequisites/500-toolkit.md +++ b/workshop/content/15-prerequisites/500-toolkit.md @@ -26,7 +26,3 @@ $ 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) diff --git a/workshop/content/15-prerequisites/_index.md b/workshop/content/15-prerequisites/_index.md index de08b05cc..ed69a5a7c 100644 --- a/workshop/content/15-prerequisites/_index.md +++ b/workshop/content/15-prerequisites/_index.md @@ -13,4 +13,8 @@ To perform this workshop, you'll need the following: You can skip any of these steps if you have these tools already installed on your machine. -Click on the arrow to the right to continue to the first step. \ No newline at end of file +Click on the arrow to the right to continue to the first step. + +## See Also + +- [Prerequisites in the AWS CDK User Guide](https://docs.aws.amazon.com/CDK/latest/userguide/install_config.html#install_config_prerequisites) \ No newline at end of file diff --git a/workshop/content/20-create-project/100-cdk-init.md b/workshop/content/20-create-project/100-cdk-init.md index c06a55aea..db8f3326f 100644 --- a/workshop/content/20-create-project/100-cdk-init.md +++ b/workshop/content/20-create-project/100-cdk-init.md @@ -42,4 +42,6 @@ npm WARN dry-run-1@0.1.0 No license field. As you can see, it shows us a bunch of useful commands to get us started. +## See Also +- [AWS CDK Command Line Toolkit (cdk) in the AWS CDK User Guide](https://docs.aws.amazon.com/CDK/latest/userguide/tools.html) \ No newline at end of file diff --git a/workshop/content/40-hit-counter/_index.md b/workshop/content/40-hit-counter/_index.md index 5f539f56d..5db5f1f0a 100644 --- a/workshop/content/40-hit-counter/_index.md +++ b/workshop/content/40-hit-counter/_index.md @@ -12,3 +12,7 @@ backend, and it will count how many requests were issued to each URL path. It will store this in a DynamoDB table. ![](images/hit-counter.png) + +## See Also + +- [Writing Constructs in the AWS CDK User Guide](https://docs.aws.amazon.com/CDK/latest/userguide/writing_constructs.html) \ No newline at end of file diff --git a/workshop/content/70-conclusion/_index.md b/workshop/content/70-conclusion/_index.md index 815ef9911..619f0d98d 100644 --- a/workshop/content/70-conclusion/_index.md +++ b/workshop/content/70-conclusion/_index.md @@ -31,22 +31,18 @@ Here are a few things you can do from here: thing you've built and try to design a beautiful API for it. Share it with the community and let us know about it. We'll be curating a list of constructs, and would love to list yours. -* [Get started](https://awslabs.github.io/aws-cdk/getting-started.html) with the - CDK in one of the supported languages: Java, .NET, JavaScript and TypeScript +* Create a simple app in the [Hello World Tutorial](https://docs.aws.amazon.com/CDK/latest/userguide/hello_world_tutorial.html) + with the CDK in one of the supported languages: Java, .NET, JavaScript and TypeScript * Dive deeper into [CDK - Concepts](https://awslabs.github.io/aws-cdk/concepts.html): - [Constructs](https://awslabs.github.io/aws-cdk/constructs.html), - [Stacks](https://awslabs.github.io/aws-cdk/stacks.html), - [Logical IDs](https://awslabs.github.io/aws-cdk/logical-ids.html), - [Environments](https://awslabs.github.io/aws-cdk/environments.html), - [Apps](https://awslabs.github.io/aws-cdk/apps.html), - [Passing in Values](https://awslabs.github.io/aws-cdk/passing-in-data.html), - [Environmental Context](https://awslabs.github.io/aws-cdk/context.html), - [Assets](https://awslabs.github.io/aws-cdk/assets.html), - [Applets](https://awslabs.github.io/aws-cdk/applets.html) + Concepts](https://docs.aws.amazon.com/CDK/latest/userguide/concepts.html): + [Constructs](https://docs.aws.amazon.com/CDK/latest/userguide/constructs.html), + [Apps and Stacks](https://docs.aws.amazon.com/CDK/latest/userguide/apps_and_stacks.html), + [Logical IDs](https://docs.aws.amazon.com/CDK/latest/userguide/logical_ids.html), + [Environments and Context](https://docs.aws.amazon.com/CDK/latest/userguide/environments_and_context.html), + [Assets](https://docs.aws.amazon.com/CDK/latest/userguide/assets.html) * Explore the [AWS Construct - Library](https://awslabs.github.io/aws-cdk/aws-construct-lib.html) and the - [reference documentation](https://awslabs.github.io/aws-cdk/reference.html) + Library](https://docs.aws.amazon.com/CDK/latest/userguide/aws_construct_lib.html) and the + [reference documentation](https://awslabs.github.io/aws-cdk/) which already contains constructs for many AWS resources such as [EC2](https://awslabs.github.io/aws-cdk/refs/_aws-cdk_aws-ec2.html), [AutoScaling](https://awslabs.github.io/aws-cdk/refs/_aws-cdk_aws-autoscaling.html), @@ -57,10 +53,10 @@ Here are a few things you can do from here: [Step Functions](https://awslabs.github.io/aws-cdk/refs/_aws-cdk_aws-stepfunctions.html) and many more... * Read guidelines on how to [write your own - constructs](https://awslabs.github.io/aws-cdk/writing-constructs.html) + constructs](https://docs.aws.amazon.com/CDK/latest/userguide/writing_constructs.html) * Learn about [__jsii__](https://github.com/awslabs/jsii), the technology behind the CDK's multi-language support -* Browse some [examples](https://github.com/awslabs/aws-cdk/tree/master/examples) on our GitHub repository +* Browse some [examples](https://github.com/aws-samples/aws-cdk-examples) on our GitHub repository ----- diff --git a/workshop/content/_index.md b/workshop/content/_index.md index 3c0b09f4b..2fd3128d3 100644 --- a/workshop/content/_index.md +++ b/workshop/content/_index.md @@ -47,4 +47,9 @@ By the end of this workshop, you'll be able to: - Define your own reusable constructs
- Consume constructs published by other people
+## See Also + +- [AWS CDK User Guide](https://docs.aws.amazon.com/CDK/latest/userguide) +- [AWS CDK Reference](https://awslabs.github.io/aws-cdk/) + ![](images/cdk-logo.png)