jschoch
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
Hi everyone,
I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding.
I sta...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
I’m new to elixir and just tried to install the elixirLS extension for VScode(ium) and it is throwing some errors that I would like help ...
New
Other Trending Topics
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 10 to 1- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
paucus
Please check out this interesting read with a great explanation of FaaS, AWS Labda, serverless architecture considerations: Serverless Architectures
jschoch
AWS Lambda is an event driven server less computing service. It supports Python, Node, Java, but no functional languages. There are some hacks to be able to spin up other languages. It removes most all of the burden of patching, setup, configuration. You just provide a function that can listen to an event and respond. No servers. Lambda works great for the supported languages, but I don’t enjoy using any of them.
Ling’s ability to spin up quickly would seem to be able to provide similar functionality if it worked with elixir and was not dead.
sashaafm
Could you please explain what AWS Lambda is and how it is related with XEN/Ling? I’ve heard some things about it allowing the creation of serverless architectures?
jschoch
Thanks!!!
In the pursuit of serverless, ling seems very appealing. I love AWS Lambda, but I hate the language choices. I’d love to try to build an AWS Lambda for elixir!!!
If anyone is interested in this please let me know.
a few things i’ve been thinking about
The AWS API gateway could be used, but maybe even better you could decouple phoenix’s router into a frontend.
Removing function to function json serialization would be a nice benefit to a 100% elixir solution. I’m not sure what the security implications are though.
AstonJ
I was going to ask what Ling was as well. I have added the link to the first post from @aboroska’s.
sashaafm
@jschoch I think I can answer your question since I tried to do that about 4 months ago. I wanted to use XEN with Elixir on AWS but after researching and contacting some people I finally spoke to the maintainer of lingex which was done by the LING team.
He told me that the project has been abandoned and that even if I wanted to use it that in order to build the XEN image it would require the use of a web service they no longer maintained (I think it wasn’t even running properly on the server anymore) and that the only way to produce the image was if I built the and hosted the web service myself.
All in all the guy pretty much said that using Elixir on XEN would be very difficult or even impossible which is a shame really.
NobbZ
You see? Who can keep all these TLAs¹ in his mind? Isn’t it quite logical that there might get things confused?
¹: Three Letter Acronyms; just for the sake of obeying my own rules
JEG2
AWS probably refers to Amazon Web Services.
aboroska
It is a VM that runs Erlang VM compiled code (beam files) on the XEN virtual machine.
I would argue that the topic is easily searchable by “Elixir ling” or “Erlang ling”, though I understand your comment’s intention was educational.
NobbZ
Please don’t assume everyone knows what you are talking about. I do personally about AWS meaning amazon web store, but since I neither use AWS nor do know what ling is or might be, I probably can’t answer your question.
On the same time, I might probably interested in what ling is about, but as it is a chinese surname, a german suffix sillable and allot of other stuff, it is not googleable for me.