Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Jun 18, 2020
1 parent 95c0f23 commit e7ac75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc_source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The AWS CDK's core module \(usually imported into code as `cdk`\) contains const

The AWS CDK has first\-class support for TypeScript, JavaScript, Python, Java, and C\#\. \(Other JVM and \.NET CLR languages may also be used, at least in theory, but we are unable to offer support for them at this time\.\)

To facilitate supporting so many languages, the AWS CDK is developed in one language \(TypeScript\) and language bindings are generated for the other languages through the use of a tool called [JSII](https://github.com/aws/jsii)\. We have taken pains to make AWS CDK app development in each language follow that language's usual conventions\. For example, note how the names of methods, classes, and so on are adapted to each language in the snippets below
To facilitate supporting so many languages, the AWS CDK is developed in one language \(TypeScript\) and language bindings are generated for the other languages through the use of a tool called [JSII](https://github.com/aws/jsii)\. We have taken pains to make AWS CDK app development in each language follow that language's usual conventions, so writing AWS CDK apps feels natural, not like writing TypeScript in Python \(for example\)\. Take a look:

------
#### [ TypeScript ]
Expand Down
2 changes: 1 addition & 1 deletion doc_source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Amazon's trademarks and trade dress may not be used in
## Contents
+ [What is the AWS CDK?](home.md)
+ [Getting started with the AWS CDK](getting_started.md)
+ [Your first AWS CDK app](hello_world.md)
+ [Your first AWS CDK app](hello_world.md)
+ [Working with the AWS CDK](work-with.md)
+ [Working with the AWS CDK in TypeScript](work-with-cdk-typescript.md)
+ [Working with the AWS CDK in JavaScript](work-with-cdk-javascript.md)
Expand Down

0 comments on commit e7ac75f

Please sign in to comment.