Skip to content

Commit f716e1f

Browse files
authored
Update hour on workshop (#16754)
I guess this is why some people say it should always be UTC, those timezones!
1 parent e4aaeed commit f716e1f

File tree

1 file changed

+4
-4
lines changed
  • content/events/getting-started-with-iac-on-aws-python

1 file changed

+4
-4
lines changed

content/events/getting-started-with-iac-on-aws-python/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Name of the event, <= 60 characters
33
title: Getting started on AWS with Python
4-
meta_desc: Learn how Pulumi makes working with AWS easier by using general purpose languages like Python to manage infrastructure resources.
4+
meta_desc: Learn how Pulumi makes working with AWS easier by using general-purpose languages like Python to manage infrastructure resources.
55
meta_image:
66

77
# A featured webinar will display first in the list.
@@ -39,7 +39,7 @@ main:
3939
youtube_url:
4040

4141
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
42-
sortable_date: 2026-01-22T09:00:00.000-07:00
42+
sortable_date: 2026-01-22T09:00:00.000-08:00
4343

4444
# Duration of the webinar.
4545
duration: 60 minutes
@@ -80,8 +80,8 @@ form:
8080

8181
event_data:
8282
name: "Getting started on AWS with Python"
83-
start_date: 2026-01-22T09:00:00-07:00
84-
end_date: 2026-01-22T10:00:00-07:00
83+
start_date: 2026-01-22T09:00:00-08:00
84+
end_date: 2026-01-22T10:00:00-08:00
8585
url: "https://www.pulumi.com/events/getting-started-with-iac-on-aws-python/"
8686
description: |
8787
This workshop offers a hands-on exploration of how modern infrastructure management can be streamlined using familiar programming languages. In this workshop, you'll discover how Pulumi empowers developers and operations teams to define cloud infrastructure using Python - eliminating the need to learn domain-specific languages while unlocking the full power of software engineering practices for infrastructure code.

0 commit comments

Comments
 (0)