* Transition event and webinar pages to be resources * Reimplement resources page functionality in CSS * Clean up URL slugs * Remove unused style * Address feedback * Support no target in the url * Address feedback * Make entire tile clickable * Unlist old webinars * Fix relref issue in build * Fix hoverability of filter icon/title * Fix internal link issue * Address feedback * Update comment * Make it work on mobile Co-authored-by: Christian Nunciato <c@nunciato.org>
77 lines
2.9 KiB
Markdown
77 lines
2.9 KiB
Markdown
---
|
|
# Name of the webinar.
|
|
title: "Creating modern, cloud native applications"
|
|
meta_desc: "Learn how to unify your development and DevOps teams with the power of general purpose programming languages to create cloud-native applications."
|
|
|
|
aliases:
|
|
- /webinar/aws-fargate-and-pulumi
|
|
- /webinars/aws-fargate-and-pulumi
|
|
|
|
# A featured webinar will display first in the list.
|
|
featured: false
|
|
|
|
# If the video is pre-recorded or live.
|
|
pre_recorded: true
|
|
|
|
# If the video is part of the PulumiTV series. Setting this value to true will list the video in the "PulumiTV" section.
|
|
pulumi_tv: false
|
|
|
|
# The preview image will be shown on the list page.
|
|
preview_image: "/images/webinar/pulumi_tech_talk.jpg"
|
|
|
|
# Webinars with unlisted as true will not be shown on the webinar list
|
|
unlisted: false
|
|
|
|
# The layout of the landing page.
|
|
type: webinars
|
|
|
|
# External webinars will link to an external page instead of a webinar
|
|
# landing/registration page.
|
|
external: false
|
|
|
|
# The url slug for the webinar landing page.
|
|
url_slug: "aws-fargate-and-pulumi"
|
|
|
|
# The content of the hero section.
|
|
hero:
|
|
# The title text in the hero. This also serves as the pages H1.
|
|
title: "Creating modern, cloud native applications by unifying your DevOps teams"
|
|
# The image the appears on the right hand side of the hero.
|
|
image: "/icons/containers.svg"
|
|
|
|
# Content for the left hand side section of the page.
|
|
main:
|
|
# Webinar title.
|
|
title: "Creating modern, cloud native applications by unifying your DevOps teams"
|
|
# URL for embedding a URL for ungated webinars.
|
|
youtube_url: "https://www.youtube.com/embed/M1Es9e9ICJA"
|
|
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
|
|
sortable_date: 2019-02-05T10:00:00.000-07:00
|
|
# Duration of the webinar.
|
|
duration: "44 minutes"
|
|
# Datetime of the webinar.
|
|
datetime: ""
|
|
# Description of the webinar.
|
|
description: >
|
|
Pulumi's Cloud Native Development Platform streamlines DevOps processes and the delivery of cloud native software. Pulumi unlocks the power of general-purpose programming languages to equip your organization with the tools necessary to quickly build and deploy containers on AWS.
|
|
|
|
|
|
Pulumi provides huge productivity gains of your favorite language: from testability, to code completion, error checking, packaging, versioning, and IDE support.
|
|
|
|
|
|
# The webinar presenters
|
|
presenters:
|
|
- name: Trevor Hansen
|
|
role: Startup Partner Solutions Architect, AWS
|
|
- name: Luke Hoban
|
|
role: CTO, Pulumi
|
|
- name: Chris Toomey
|
|
role: CTO & Principal Architect, Learning Machine
|
|
|
|
# A bullet point list containing what the user will learn during the webinar.
|
|
learn:
|
|
- How using general purpose programming languages provides familiar and powerful programming concepts
|
|
- How Pulumi can help build a library of code packages to enhance efficiency
|
|
- Best practices for becoming a deployment-focused organization
|
|
---
|