Skip to content

Commit

Permalink
feat: README - add table of contents (aws-samples#51)
Browse files Browse the repository at this point in the history
Proposing adding a "table of contents" to the README
  • Loading branch information
ScottBrenner authored and Noah Litov committed Jul 3, 2019
1 parent fc63b93 commit 04834c6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
This repository contains a set of example projects for the [AWS Cloud Development
Kit](https://github.com/awslabs/aws-cdk).

## TypeScript examples
## Table of Contents
1. [TypeScript examples](#TypeScript)
2. [Java examples](#Java)
3. [Python examples](#Python)
4. [JavaScript examples](#JavaScript)

## TypeScript examples <a name="TypeScript"></a>

To run a TypeScript example, say my-widget-service:

Expand Down Expand Up @@ -41,7 +47,7 @@ $ cdk destroy
| [ecs-service-with-logging](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/ecs/ecs-service-with-logging/) | Starting a container fronted by a load balancer on Fargate |
| [fargate-service-with-logging](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/ecs/fargate-service-with-logging/) | Starting a container fronted by a load balancer on Fargate |

## Java examples
## Java examples <a name="Java"></a>

To run the Java examples:

Expand All @@ -59,7 +65,7 @@ $ cdk destroy
| [hello-world](https://github.com/aws-samples/aws-cdk-examples/tree/master/java/hello-world/) | A demo application that uses the CDK in Java |
| [lambda-cron](https://github.com/aws-samples/aws-cdk-examples/tree/master/java/lambda-cron/) | Running a Lambda on a schedule |

## Python examples
## Python examples <a name="Python"></a>

To run a Python example, say my-widget-service:

Expand Down Expand Up @@ -88,7 +94,7 @@ $ cdk destroy
| [lambda-cron](https://github.com/aws-samples/aws-cdk-examples/tree/master/python/lambda-cron/) | Running a Lambda on a schedule |
| [stepfunctions](https://github.com/aws-samples/aws-cdk-examples/tree/master/python/stepfunctions/) | A simple StepFunctions workflow |

## JavaScript examples
## JavaScript examples <a name="JavaScript"></a>

Select the following link to see how to install and run the example.

Expand Down

0 comments on commit 04834c6

Please sign in to comment.