TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Introduces a New JavaScript Runtime for Lambda

41 pointsby bubblehack3rabout 1 year ago

7 comments

ttfkamabout 1 year ago
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 未加载
bradleybudaabout 1 year ago
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>
nunezabout 1 year ago
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!
jauntywundrkindabout 1 year ago
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 未加载
sapiogramabout 1 year ago
Is there a writeup somewhere by someone with a slightly stronger command of English?
评论 #39782689 未加载
tony-allanabout 1 year ago
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>
mattashiiabout 1 year ago
&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 未加载