This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
themes/default/content/resources/build-dagger-module-pulumi-chainguard/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
--- |
5 changes: 5 additions & 0 deletions
5
themes/default/static/programs/aws-simulated-server-interpolate-go/go.mod.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |