Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gsy0911/aws-cdk-ts-small-examples
- Owner: gsy0911
- License: apache-2.0
- Created: 2021-02-08T02:57:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T15:42:56.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:08:06.909Z (almost 2 years ago)
- Topics: aws, aws-cdk, typescript
- Language: TypeScript
- Homepage:
- Size: 911 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).