Live data from Hacker News

AWS Lambda as a back end for a single-page app

lg.io

11–20 of 77 posts

Re: AWS Lambda as a back end for a single-page app

#17
So the backend becomes a repository of small lambda-modules.. on a testing perspective, that's pretty cool. I agree that it could be the next big thing as new libraries leverage that.

Basically, there's no more "Platform as a service".. there is just "your code" that gets executed whenever. You can upload a new module without touching the other modules.

Something worth exploring in my next hackathon : )

Re: AWS Lambda as a back end for a single-page app

#19

I like the idea of Lambda. I have some linux binaries that I would like to run on demand. I wonder if this is possible.

You should be able to do that as described here : https://aws.amazon.com/blogs/compute/running-executables-in-...

Note that there are some limits regarding the size of the zip you upload [1].

1: http://docs.aws.amazon.com/lambda/latest/dg/limits.html

Post reply on HN