Zack Chase e78eb60527 Add resources page (#4530)
* 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>
2020-11-10 14:41:52 -08:00

79 lines
3.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# Name of the webinar.
title: "Pulumi in IoT: AWS, Mapbox and Pulumi"
meta_desc: "Join us in the webinar to see how Pulumi supercharges Mapboxs IoT asset tracking architecture on AWS, from API Gateway, Amazon Kinesis, to DynamoDB and S3."
aliases:
- /webinar/aws-mapbox
- /webinars/aws-mapbox
# 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: true
block_external_search_index: true
# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: "https://event.on24.com/wcc/r/2000709/49822D39F0E9038AA2A3A84E04BF575D?partnerref=pulumi"
# The content of the hero section.
hero:
# The title text in the hero. This also serves as the pages H1.
title: "Pulumi in IoT: AWS, Mapbox and Pulumi"
# 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: "Modernizing Logistics: How to program an asset tracking architecture using serverless technologies"
# 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: "1 hour"
# Datetime of the webinar.
datetime: ""
# Description of the webinar.
description: >
Serverless compute services offer an amazing power to application developers to leverage: highly available, automatically scaled, low-ceremony, pay-per-value functions created in several lines of code. With Pulumis cloud native SDKs, serverless gets more fun. Using general purpose languages, we can create resources, and then wire up event handlers, like in normal event-driven programming!
Join us in the webinar to see how Pulumi supercharges Mapboxs IoT asset tracking architecture on AWS, from API Gateway, Amazon Kinesis, to DynamoDB and S3.
# The webinar presenters
presenters:
- name: Trevor Hansen
role: Startup Partner Solutions Architect, AWS
- name: Cameron Stokes
role: Customer Engineer, Pulumi
- name: Chris Toomey
role: Solutions Architect Lead, Mapbox
# A bullet point list containing what the user will learn during the webinar.
learn:
- The challenge of tracking assets and why real-time location data matters
- Why current technologies fall short—especially at scale
- How to compile an asset tracking solution using modern, serverless technology with Pulumi, AWS, and Mapbox
- "Pulumi Live demo: Asset tracking at work"
- "Programing your cloud applications with TypeScript, JavaScript, or Python: Pulumi SDKs and Service"
- Why serverless tech matters and what it enables
---