Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
add dagger meetup to /resources
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 committed Apr 12, 2024
1 parent cbd498d commit 5a617b8
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
# Name of the event, <= 60 characters
title: "Codefest: Build a Dagger Module with Pulumi & Chainguard"
meta_desc: Join Pulumi, Dagger, and Chainguard for an evening of networking, coding, and talks. Learn basics with Dagger's tutorial, then showcase your module with lightning demos.
meta_image:

# A featured webinar will display first in the list.
featured: false

# Webinars with unlisted as true will not be shown on the webinar list
unlisted: false

# Gated webinars will have a registration form and the user will need
# to fill out the form before viewing.
gated: false

# The layout of the landing page.
type: webinars

# External webinars will link to an external page instead of a webinar
# landing/registration page. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
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://www.meetup.com/pulumi-seattle/events/300312841/

# Content for the left hand side section of the page.
main:
# Webinar title.
title: Deploying Microservices With Pulumi & AWS Lambda

event_type: event # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2024-04-16T18:00:00-07:00

# Duration of the webinar.
duration: 1 hour

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: Seattle, WA

# Description of the webinar.
description:

# The webinar presenters
presenters:

# case-sensitive
tags:
level: Beginner # Beginner, Intermediate, Advanced
topics: ["Dagger", "Kubernetes"]
languages: []
clouds: []

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id:
salesforce_campaign_id:
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module aws-simulated-server-interpolate-go

go 1.20

require github.com/pulumi/pulumi/sdk/v3 v3.102.0

0 comments on commit 5a617b8

Please sign in to comment.