TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

AWS Introduces a New JavaScript Runtime for Lambda

41 点作者 bubblehack3r大约 1 年前

7 条评论

ttfkam大约 1 年前
Can&#x27;t wait for LLRT to be marked stable. Was spending time looking into Rust lambdas, but was reluctant about the total build times for my stacks and getting new team members onboarded with lambdas. (Though in fairness, Rust lambdas tend to be short and digestible, which are perfect for Rust novices.)<p>LLRT is basically no learning curve. Same old esbuild most TS and JS devs are used to. I guess we&#x27;re sticking with one language from front to back again:<p>CDK in TS, lambdas in TS, and frontend logic in TS.
评论 #39772840 未加载
评论 #39776971 未加载
bradleybuda大约 1 年前
As always, emacs did it first: <a href="https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;707615&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;707615&#x2F;</a>
nunez大约 1 年前
This post is a reminder that you can run anything on Lambda if you&#x27;re willing to run it as a Docker container! <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;lambda&#x2F;latest&#x2F;dg&#x2F;images-create.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;lambda&#x2F;latest&#x2F;dg&#x2F;images-create.h...</a><p>I don&#x27;t mess with AWS&#x27;s default runtimes anymore!
jauntywundrkind大约 1 年前
Also though, this is a gross gross mis-optimization. Every tenant having to carry their own runtime is a huge cost penalty. That it&#x27;s a much less cost? Fine great wonderful, yeah. But there should be much much much more ability to share runtime &amp; ideally modules too. V8 isolates &amp; wasm sandboxed modules hopefully can deliver on a thicker runtime, but which doesn&#x27;t require each tenant to host the world themselves. That is never going to be fast or good or to your scale-to-zero advantage. We can should &amp; must explore better.
评论 #39776994 未加载
sapiogram大约 1 年前
Is there a writeup somewhere by someone with a slightly stronger command of English?
评论 #39782689 未加载
tony-allan大约 1 年前
I noticed that you can use QuickJS as en embedded scripting language within Python.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;PetterS&#x2F;quickjs">https:&#x2F;&#x2F;github.com&#x2F;PetterS&#x2F;quickjs</a>
mattashii大约 1 年前
&gt; This also means that its size is tiny, in the order of a few kilobytes in contrast to the 20+MB required by its counterparts.<p>A full, performant ES2023 runtime, in &quot;the order of a few kilobytes&quot;? Even when you remove all JIT and GC, that sounds too fantastic.<p>I&#x27;ll believe it when I see it.
评论 #39773466 未加载