/pulumi-first-look

A complimentary repo to an article about getting started with Pulumi

Primary LanguageTypeScript

Pulumi first look

This repository is complimentary to an article on getting started with Pulumi and working with config.

The infrastructure code sets up a public bucket in eu-central-1 region – by the use of a custom provider – and uploads an index.html file to it. A policy is attached to the bucket to make the object public and a link is generated and returned as programme's output for easy access.

I also made video walkthroughs of these topics:

  • Introduction to Pulumi: video
  • Managing config in Pulumi: video