Y
Hacker News
new
|
ask
|
show
|
jobs
by
pathseeker
2379 days ago
>and being able to run static analysis tools against your infrastructure
Is the Pulumi/CDK code too dynamic to support static analysis?
1 comments
pm90
2378 days ago
HCL is declarative whereas a general purpose language is imperative, which makes static analysis much harder.
link