{{ define "hero" }}
{{ end }} {{ define "main" }}
We will be at AWS re:Invent, November 27-December 1: Booth #779
Join us to find out how Pulumi’s Infrastructure as Code reduces cloud complexity, accelerates development velocity and helps companies scale and innovate.

Workshops

{{ range $item := .Params.workshops.items }}
{{ $item.title }}
{{ if $item.date }}
{{ $item.date }}
{{ end }}

{{ $item.description }}

{{ end }}

Pulumi Templates for Common Use Cases

Pulumi templates are the fastest way to deploy infrastructure. Templates come with predefined infrastructure as code so you can get started instantly. Find some of our templates below, and Happy Templating!

{{ range $item := .Params.templates.items }}
{{ $item.heading }}

{{ $item.description }}

{{ end }}
{{ partial "virtual-communities" . }} {{ partial "help-links" . }} {{ end }}