gsy0911 / aws-cdk-ts-small-examples

Example Typescript projects using the AWS CDK
Apache License 2.0
0 stars 0 forks source link
aws aws-cdk typescript

AWS CDK TypeScript small Examples

This repository contains a set of TypeScript example projects for the AWS Cloud Development Kit.

If you'd like to find python example, check this repository.

Environment

TypeScript examples

In each directory,

$ cdk ls

and then,

$ cdk deploy {target_name}

finally, you should destroy everything.

$ cdk destroy {target_name}

References

License