-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
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,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/) |