Pulumi - creating cloud infrastructure using javascript
Intro I’ve been fooling around with pulumi for a bit now, and thought I would write about it here. This is the third in a series of posts where I create the exact same infrastructure using pulumi in YAML, Python and Javascript. What is it? Pulumi is an infrastructure as code framework with a twist. You can use any language you like in order to write your code (within reason)....