Skip to content

Commit

Permalink
Added ep 114
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Feb 15, 2024
1 parent 48d003c commit 0b6822e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/episodes/114-whats-up-with-llrt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
episode: 114
title: "What's up with LLRT, AWS' new Lambda Runtime?"
youtube_id: "wYmwtzJg4pU"
spotify_link: "https://podcasters.spotify.com/pod/show/aws-bites/episodes/114--Whats-up-with-LLRT--AWS-new-Lambda-Runtime-e2fq9bm"
publish_date: 2024-02-16
---

In this episode, we discuss the new experimental AWS Lambda LLRT Low Latency runtime for JavaScript. We provide an overview of what a Lambda runtime is and how LLRT aims to optimize cold starts and performance compared to existing runtimes like Node.js. We outline the benefits of LLRT but also highlight concerns around its experimental status, lack of parity with Node.js, and reliance on dependencies like QuickJS. Overall, LLRT shows promise but needs more stability, support, and real-world testing before it can be recommended for production use. In the end, we also have an appeal for AWS itself when it comes to investing in the larger JavaScript ecosystem.

> AWS Bites is brought to you by fourTheorem, the AWS consulting partner with lots of experience with AWS, Serverless, and Lambda. If you are looking for a partner that can help you deliver your next Serverless workload successfully, look no further and reach out to us at [fourtheorem.com](https://fourtheorem.com)!

In this episode, we mentioned the following resources.

- Episode [104. "Explaining Lambda Runtimes"](https://awsbites.com/104-explaining-lambda-runtimes/)
- [LLRT official repository](https://github.com/awslabs/llrt) on GitHub
- [QuickJS official website](https://bellard.org/quickjs/)
- [Lambda runtimes performance benchmark](https://maxday.github.io/lambda-perf/) by Maxime David
- [Richard Davidson](https://github.com/richarddavison) on GitHub
- [Fabrice Bellard](https://en.wikipedia.org/wiki/Fabrice_Bellard) on Wikipedia
- [QuickJS-ng fork](https://github.com/quickjs-ng/quickjs) on GitHub
- [QuickJS issue where users debate whether the project is dead or alive](https://github.com/bellard/quickjs/issues/188)
- [WinterCG initiative](https://wintercg.org/)

0 comments on commit 0b6822e

Please sign in to comment.