Hacker News new | ask | show | jobs
by metrue 3142 days ago
README is not quiet clear, but for my understanding, lambda is kinda thing that helps you to do serverless, but lambda is also running on some kind of server maintained by AWS, right? fx is kind of lambda, but owned by yourself.
1 comments

Well, yes, you can run your own server to provide yourself a serverless platform, but it kind of defeats the purpose... Since then you end up having to maintain your server anyway.

I suppose there may be a point to it if the serverless platform is extremely stable and never has any security issues or other things to update.