Hacker News new | ask | show | jobs
by notyourwork 589 days ago
How is cdk interactive? I use cdk and have it auto build and deploy.
1 comments

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...