Skip to content
All tags

#infrastructure-as-code

3 posts

Pulumi: Infrastructure as Code in TypeScript, Python, Go, and Other Languages

Pulumi lets general-purpose programs register cloud resources for a deployment engine, providers, and stack state to preview and update; greater language power demands stronger abstraction discipline.

SST v3: Composing Full-Stack Cloud Apps with Components, Link, and Dev Mode

SST v3 composes cloud resources through TypeScript, high-level app components, Pulumi and Terraform providers, and resource linking; it is application-first IaC, not a hosted PaaS.

Terraform: The IaC Workflow of Providers, Plans, Applies, and State

Terraform compares provider schemas, configuration, state, and real APIs to create a plan and apply it; controlled state and change workflow matter more than HCL itself.