top | item 46223722

(no title)

callumgare | 2 months ago

As an alternative is anyone considering https://sst.dev/ (which uses Pulumi under the hood)? We use it at work and I’ve been quite happy with it

discuss

order

moltar|2 months ago

It’s not an alternative at all. Terraform CDK is basically TypeScript transpired to HCL. You can codegen TypeScript bindings for any provider. And then write normal TypeScript.

ptdorf|2 months ago

> Terraform CDK is basically TypeScript transpired to HCL

transpiled to JSON