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

https://github.com/kiquetal/infra-cdk

Simple cdk for vpc.
https://github.com/kiquetal/infra-cdk

aws aws-cdk aws-rds aws-security-group aws-ssm typescript

Last synced: 7 months ago
JSON representation

Simple cdk for vpc.

Awesome Lists containing this project

README

          

### Simple vpc with subnet for lambda and rds

#### The stack to be created resides in

[Infra-cdk.ts](./bin/infra-cdk.ts)

#### Prerequisites

#####

A valid profile to be use with the following command in the root folder of the projects

#### You need to create some ssm entry if you're referencing those values in your stack.

[ExampleInUse](https://github.com/kiquetal/infra-cdk/blob/620fdd7cb32c68286b58949f91edf0592f378017/lib/rds-stack.ts#L38)

##### Usefull commands

- cdk deploy --profile

##### Destroy

- cdk destroy --profile

##### Output clouformation file

- cdk synthesize