Hacker News new | ask | show | jobs
by nasmorn 593 days ago
A small CDK project is a lot more readable in my opinion. It doesn’t have a ton of yml files where your config is spread out
1 comments

It seems to me that there's not a big difference in nr of files. You can have a single template in CF or Terraform files and similarly you can split your CDK code in many files, or not.

(For bigger stuff apparently CF has some limits relating to resoures per single stack)