Skip to content

Commit

Permalink
chore: remove examples, update links in README (aws#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr authored Feb 8, 2019
1 parent 846ed9f commit fe40deb
Show file tree
Hide file tree
Showing 57 changed files with 10 additions and 2,674 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ The following languages are currently supported:
The CDK is currently in developer preview and we look forward to community feedback and collaboration!

[User Guide] |
[Getting Started] |
[Tutorial] |
[API Reference](https://awslabs.github.io/aws-cdk/reference.html) |
[Examples](https://github.com/aws-samples/aws-cdk-examples) |
[Getting Help](#getting-help)

![Example usage of CDK](docs/src/_images/screencast.gif)
Expand All @@ -50,14 +51,13 @@ on AWS.
[constructs]: https://awslabs.github.io/aws-cdk/constructs.html
[stacks]: https://awslabs.github.io/aws-cdk/stacks.html
[apps]: https://awslabs.github.io/aws-cdk/apps.html
[User Guide]: https://awslabs.github.io/aws-cdk
[Getting Started]: https://awslabs.github.io/aws-cdk/getting-started.html
[AWS CDK Toolkit]: https://awslabs.github.io/aws-cdk/tools.html#command-line-toolkit-cdk
[AWS Construct Library]: https://awslabs.github.io/aws-cdk/aws-construct-lib.html
[User Guide]: https://docs.aws.amazon.com/CDK/latest/userguide
[Tutorial]: https://docs.aws.amazon.com/CDK/latest/userguide/tutorial.html
[AWS CDK Toolkit]: https://docs.aws.amazon.com/CDK/latest/userguide/tools.html
[AWS Construct Library]: https://docs.aws.amazon.com/CDK/latest/userguide/aws_construct_lib.html

## Getting Started

* For a detailed walkthrough, see [Getting Started] in the AWS CDK [User Guide]
* See [Manual Installation](./MANUAL_INSTALLATION.md) for installing the CDK from a signed .zip file

Install or update the [AWS CDK Toolkit] from npm (requires [Node.js ≥ 8.11.x](https://nodejs.org/en/download)):
Expand All @@ -71,10 +71,8 @@ Initialize a project:
```bash
$ mkdir hello-cdk
$ cd hello-cdk
$ cdk init app --language=typescript
# or
$ cdk init app --language=java
# more languages (coming soon)...
$ cdk init app --language=typescript (or --language=java, ...)
$ cdk deploy
```

Use the `cdk` command-line toolkit to interact with your project:
Expand All @@ -89,6 +87,8 @@ Read the [docs](https://awslabs.github.io/aws-cdk/):
$ cdk docs
```

For a detailed walkthrough, see [Tutorial] in the AWS CDK [User Guide].

## Getting Help

Please use these community resources for getting help. We use the GitHub issues
Expand Down
3 changes: 0 additions & 3 deletions examples/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/cdk-examples-java/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions examples/cdk-examples-java/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions examples/cdk-examples-java/NOTICE

This file was deleted.

51 changes: 0 additions & 51 deletions examples/cdk-examples-java/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions examples/cdk-examples-java/cdk.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/cdk-examples-java/generate.sh

This file was deleted.

28 changes: 0 additions & 28 deletions examples/cdk-examples-java/package.json

This file was deleted.

Loading

0 comments on commit fe40deb

Please sign in to comment.