Skip to content

Commit

Permalink
Add January 2024 YouTube link
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieguru committed Jan 12, 2024
1 parent 8c06551 commit c9ff10f
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 116 deletions.
2 changes: 1 addition & 1 deletion docs/atom.xml

Large diffs are not rendered by default.

25 changes: 5 additions & 20 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,37 +45,22 @@
<div class="content">

<div class="container p-0">
<img class="w-100" src="&#x2F;images&#x2F;placeholder.webp" alt="PHP&#x20;on&#x20;Lambda&#x20;with&#x20;Custom&#x20;Runtimes">
<img class="w-100" src="images/elephpant_pile.webp" alt="ElePHPant Pile">
</div>
<div class="container bg-white pt-5">
<div class="row px-3 pb-5">
<div class="col-md-12">
<p>Join us on
<time datetime="2024-01-11T19:00:00-05:00" style="display:inline">January 11th, 2024</time>
as Ian Littman presents</p>
<h2 class="mb-4 font-weight-bold">PHP on Lambda with Custom Runtimes</h2>
<p class="m-0">
<p>It's 2024 and, while AWS still doesn't have an official PHP runtime for Lambda, it doesn't need one thanks to both custom runtime and container support in Lambda. This talk will show you how Lambda custom runtimes work, how to build one that speaks PHP, and how to set up Lambda to either handle web requests or hook into other AWS services to process jobs in a highly elastic manner. As a bonus, you'll see how things work with Lambda's Docker container support, as well as with Bref, the tooling you'll likely want to use if you choose to deploy PHP Lambdas in production without restoring to e.g. Laravel Vapor.</p>

</p>
<h3>Presented by Ian Littman</h3>
<p><p>Ian Littman is a co-organizer for AustinPHP and MergePHP, helps run Longhorn PHP Conference, helps moderate and administer the phpc.social Mastodon instance, and helps maintain Joind.in and OpenCFP. Coincidentally none of those things run on AWS, but the majority of the work he's done for both contract clients and full-time jobs has been on AWS. These days, he's load-balancing a handful of contract clients from either home or a local coffee shop in Austin, TX...or maybe opining on air travel or telecom, depending on when you catch him.</p>
</p>

</div>
<div class="col-md-12 text-center">
<h1>Do you have a topic you love to talk about? Share it with the group!</h1>
</div>
</div>
</div>

<div class="container py-5 px-4 bg-secondary text-center">
<h1 class="text-white font-weight-bold">Do you have a topic you love to talk about? Share it with the group!</h1>
</div>

<div class="container bg-white pt-5">
<div class="row px-3 pb-5">
<div class="col-md-12 text-center">
<h3><a href="https://mphp.io/speakers">Speaker Signups</a></h3>
<h3><a href="https://mphp.io/suggest">Suggest Speakers</a></h3>
<h3><a href="/meetups/2023/">View past meetups</a></h3>
<h3><a href="/meetups/2024/">View past meetups</a></h3>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<h2 class="mb-4 font-weight-bold">PHP on Lambda with Custom Runtimes</h2>
<div class="d-flex mb-3">
<time datetime="2024-01-11T19:00:00-05:00" class="mr-3 text-muted"><i class="fa fa-calendar-alt"></i> January 11th, 2024</time>
<a href="https://www.youtube.com/watch?v=42jCVgaPi4c&amp;t=481" class="mr-3 text-muted"><i class="fab fa-youtube"></i> Watch on YouTube</a>
</div>

<article>
Expand Down
93 changes: 93 additions & 0 deletions docs/meetups/2024/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MergePHP</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for mergephp.com" href="/atom.xml">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="manifest" href="/icons/site.webmanifest">
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#000000">

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:300;400;600;700;800&display=swap" rel="stylesheet">

<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">

<!-- Customized Bootstrap Stylesheet -->
<link href="/css/style.css" rel="stylesheet">
</head>

<body>
<div class="wrapper">
<div class="sidebar">
<div class="sidebar-text d-flex flex-column h-100 justify-content-center text-center">
<a href="/"><img class="mx-auto d-block bg-primary img-fluid mb-4" alt="MergePHP Logo" src="/images/logo.jpg"></a>
<p class="mb-4">
MergePHP meets the second Thursday of every month at 19:00 Eastern/16:00 Pacific
</p>
<div class="d-flex justify-content-center mb-5">
<a class="btn btn-outline-primary mr-2" title="Twitter" href="https://twitter.com/mergephp"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-primary mr-2" title="YouTube" href="https://www.youtube.com/c/MergePHP"><i class="fab fa-youtube"></i></a>
<a class="btn btn-outline-primary mr-2" title="LinkedIn" href="https://www.linkedin.com/company/mergephp/"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-primary mr-2" title="Mastodon" href="https://phpc.social/@merge"><i class="fab fa-mastodon"></i></a>
<a class="btn btn-outline-primary mr-2" title="RSS" href="/atom.xml"><i class="fa fa-rss"></i></a>
</div>
</div>
<div class="sidebar-icon d-flex flex-column h-100 justify-content-center text-right">
<i class="fas fa-2x fa-angle-double-right text-primary"></i>
</div>
</div>
<div class="content">

<h1>2024 Meetups</h1>

<!-- Blog List Start -->
<div class="container bg-white pt-5">
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="PHP on Lambda with Custom Runtimes">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2024/01/11/php-on-lambda-with-custom-runtimes.html">PHP on Lambda with Custom Runtimes</a></h3>
<div class="d-flex mb-3">
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> January 11th, 2024</time>
</div>
<p>
It&#039;s 2024 and, while AWS still doesn&#039;t have an official PHP runtime for Lambda, it doesn&#039;t need one thanks to both custom runtime and container support in Lambda. This talk will show you how Lambda custom runtimes work, how to build one that speaks PHP, and how to set up Lambda to either handle web requests or hook into other AWS services to process jobs in a highly elastic manner. As a bonus, you&#039;ll see how things work with Lambda&#039;s Docker container support, as well as with Bref, the tooling yo
&hellip;
</p>
<a class="btn btn-link p-0" href="/meetups/2024/01/11/php-on-lambda-with-custom-runtimes.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>

<hr>

<div class="col-12 py-4">
<div class="btn-group btn-group-lg w-100">
<button type="button" class="btn btn-outline-primary" onclick="window.location.href='/meetups/2023'"><i class="fa fa-angle-left mr-2"></i> 2023 meetups</button>
</div>
</div>

<!-- Footer Start -->
<div class="container py-4 bg-secondary text-center">
<p class="m-0 text-white">Participating Groups:
Atlanta, Austin, Boston, Kansas City, Las Vegas, Phoenix, Portland, San Diego, Seattle, Utah, Vancouver </p>
<p class="m-0 text-white">
&copy; MergePHP 2024. Source code available <a class="text-white font-weight-bold" href="https://www.github.com/mergephp/mergephp-website/">on GitHub</a>. Designed by <a class="text-white font-weight-bold" href="https://htmlcodex.com">HTML Codex</a>
</p>
</div>
<!-- Footer End -->
</div>
</div>

<!-- Back to Top -->
<a href="#" class="back-to-top"><i class="fa fa-angle-double-up"></i></a>
</body>
</html>

Loading

0 comments on commit c9ff10f

Please sign in to comment.