Hacker News new | ask | show | jobs
by rk2 820 days ago
Not quite,

Nitric infers the necessary cloud runtime by building a spec based on the resources you've imported into your application code.

At deployment time Pulumi is used to provision the resources (because we think it is an awesome tool).

Note that we could have also opted for any other IaC like CDKTF, and that you could either modify our providers or implement your own providers using your IaC of choice.