79 lines
3.3 KiB
Markdown
79 lines
3.3 KiB
Markdown
|
---
|
|||
|
# Name of the webinar.
|
|||
|
title: "Pulumi in IoT: AWS, Mapbox and Pulumi"
|
|||
|
meta_desc: "Join us in the webinar to see how Pulumi supercharges Mapbox’s 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 Pulumi’s 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 Mapbox’s 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
|
|||
|
---
|