Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Added blurb about examples are in TypeScript by default #552

Merged
merged 2 commits into from
Aug 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Developers can use one of the supported programming languages to define reusable
cloud components called :doc:`constructs`, which are composed together into
:doc:`stacks` and :doc:`apps`.

.. note::
Unless otherwise indicated,
the code examples in this guide are in TypeScript.

To aid you in porting a TypeScript example to a supported programming language,
take a look at the example code for your language in the :doc:`Reference section <reference>`.

The :ref:`AWS CDK Toolkit <toolkit>` is a command-line tool for interacting with CDK
apps. It allows developers to synthesize artifacts such as AWS CloudFormation
Templates, deploy stacks to development AWS accounts and "diff" against a
Expand Down