Testing
Pulumi Automation API: Testing Infrastructure as Real Code
Pulumi's core advantage over Terraform is that infrastructure is real code — you can test it with real testing tools. But most Pulumi testing guides stop at mocking: mock the AWS provider, assert outputs, done. That misses the Automation API, which lets you manage Pulumi stacks programmatically — no CLI