All Posts

Test driven development for Infrastructure as Code using Pulumi and Jest

I was always looking for ways to apply TDD while doing Infrastructure as Code development. Especially when developing a library of reusable components and the code base increases, regressions become inevitable without proper test coverage.