From df4f653cb89857329c57d73f9a59e5b97b876eef Mon Sep 17 00:00:00 2001 From: Steven Bryen <726838+stevenbryen@users.noreply.github.com> Date: Tue, 17 Sep 2019 10:54:03 +0100 Subject: [PATCH] Reference to Typescript >Python translation docs (#90) Added reference to doc that provides guidance on how to read TypeScript code and translating it to Python. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a02936a45..77c3e1888 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AWS CDK Examples This repository contains a set of example projects for the [AWS Cloud Development -Kit](https://github.com/awslabs/aws-cdk). +Kit](https://github.com/awslabs/aws-cdk). Some examples are only available in TypeScript, there is a guide on how to read TypeScript code and translate it to Python [here](https://docs.aws.amazon.com/cdk/latest/guide/multiple_languages.html). ## Table of Contents 1. [TypeScript examples](#TypeScript)