Hacker News new | ask | show | jobs
by nuker 589 days ago
Less lines, easier to read, declarative (cdk is interactive, less predictable).

And it generates shitty CFN, we can do better ourselves :)

1 comments

How is cdk interactive? I use cdk and have it auto build and deploy.
It is "imperative", not interactive, sorry. From Wiki:

"There are generally two approaches to IaC: declarative (functional) vs. imperative (procedural). The difference between the declarative and the imperative approach is essentially 'what' versus 'how'."

https://en.wikipedia.org/wiki/Infrastructure_as_code#Types_o...