Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Added see also links; updated links in Congratulations!
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-AWS committed Mar 5, 2019
1 parent 35c8cda commit ee57007
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 21 deletions.
4 changes: 0 additions & 4 deletions workshop/content/15-prerequisites/500-toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 5 additions & 1 deletion workshop/content/15-prerequisites/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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)
2 changes: 2 additions & 0 deletions workshop/content/20-create-project/100-cdk-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 4 additions & 0 deletions workshop/content/40-hit-counter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
28 changes: 12 additions & 16 deletions workshop/content/70-conclusion/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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

-----

Expand Down
5 changes: 5 additions & 0 deletions workshop/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ By the end of this workshop, you'll be able to:
- Define your own reusable constructs<br/>
- Consume constructs published by other people<br/>

## 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)

0 comments on commit ee57007

Please sign in to comment.