Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
844 B
HTML
Raw Permalink Normal View History

2021-09-30 12:19:42 -07:00
{{ define "hero" }}
{{ partial "hero" (dict "title" "Convert CloudFormation Templates to Pulumi") }}
<section class="mx-auto px-4 py-8 lg:p-16">
<p class="text-center mt-4 mb-16 max-w-3xl text-xl text-gray-800 mx-auto">
If you already have a CloudFormation template and want to see what it would look like in your favorite language, we've got you covered. This conversion tool will do the
magic of translating your CloudFormation templates into TypeScript/JavaScript, Python, Go and C# using Pulumi.
2021-09-30 12:19:42 -07:00
</p>
<div class="container container-2xl mx-auto">
{{ partial "convert" (dict "from" "cf" "examples" .Params.examples) }}
</div>
</section>
{{ end }}
{{ define "main" }}
{{ partial "get-started.html" . }}
{{ partial "hand-raise-section" . }}
{{ end }}