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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Erllambda: Run Erlang and Elixir in AWS Lambda

64 点作者 codeadict超过 6 年前

4 条评论

bsaul超过 6 年前
Every time i read this kind of news i wonder : is there any real point to use erlang if you’re not taking advantage of its concurrency model ?<p>Since the lambda model means concurrency is completely managed by the platform, why would you code in this language ?
评论 #18576799 未加载
评论 #18577179 未加载
评论 #18577328 未加载
regularfry超过 6 年前
I&#x27;ve been saying for a while that Lambda (and serverless in general) should just be a compilation target, not a Radically New Computing Concept(tm). This is another inch towards that.
评论 #18576251 未加载
评论 #18576221 未加载
skrebbel超过 6 年前
Does this run a separate Beam instance for every Function? If so, isnt that an enormous waste of Erlang? If not, how isolated are requests? Can I send messages between them? Should I?
评论 #18580073 未加载
评论 #18576838 未加载
评论 #18575808 未加载
thedoops超过 6 年前
Pattern matching is a good fit for lambda use cases.
评论 #18579236 未加载