Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsy0911/aws-cdk-ts-small-examples

Example Typescript projects using the AWS CDK
https://github.com/gsy0911/aws-cdk-ts-small-examples

aws aws-cdk typescript

Last synced: 24 days ago
JSON representation

Example Typescript projects using the AWS CDK

Awesome Lists containing this project

README

        

# AWS CDK TypeScript small Examples

This repository contains a set of `TypeScript` example projects for the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk).

If you'd like to find python example, check [this repository](https://github.com/gsy0911/aws-cdk-small-examples).

## Environment

- [![macOS](https://img.shields.io/badge/macOS_Monterey-12.6-green.svg)]()
- [![cdk-version](https://img.shields.io/badge/aws_cdk-2.41.0-green.svg)](https://formulae.brew.sh/formula/aws-cdk)
- [![NodeVersion](https://img.shields.io/badge/node-16.15.0-blue.svg)](https://nodejs.org/ja/)

# TypeScript examples

In each directory,

```
$ cdk ls
```

and then,

```
$ cdk deploy {target_name}
```

finally, you should destroy everything.

```
$ cdk destroy {target_name}
```

# References

* [aws-samples/aws-cdk-examples](https://github.com/aws-samples/aws-cdk-examples)

# License

* This library is licensed under the Apache 2.0 License (same as origin).