Pulumi
Medium — good to knowCloud & Infra
ELI5 — The Vibe Check
Pulumi is Terraform but you use TypeScript (or Python or Go) instead of HCL. Real for-loops, real functions, real abstractions. No more copying 40 lines of YAML for each S3 bucket. Engineers stopped complaining about IaC and started enjoying it.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
AWS CDK (Cloud Development Kit)
CDK lets you define your cloud infrastructure using actual programming languages instead of YAML.
intermediateCloud & Infra
Infrastructure as Code
ClickOps means building your cloud infrastructure by clicking buttons in AWS console.
intermediateCloud & Infra
SST
SST lets you define your AWS infrastructure (Lambda, DynamoDB, S3, API Gateway) in TypeScript alongside your application code.
intermediateCloud & Infra
Terraform
Terraform is a tool that lets you describe your entire cloud infrastructure in code files, then type one command to make it real.
intermediateCI/CD & DevOps