Open karkir0003 opened 2 years ago
Use Typescript for this! Get monocdk
through npm
@avayedawadi , this issue is a stretch goal for now. the intent for this issue is for you to learn about AWS CDK and document the knowledge so others can know
@avayedawadi we are using terraform to encode some of our AWS infra as code!
Infrastructure as Code is what makes AWS powerful. if our aws acct got nuked tomorrow, we need to be able to recover our resources. setup a cloud formation stack (python or TS) using aws cdk library which contains the resources we need!