[deleted]
AWS Lambda as a back end for a single-page app
11–20 of 77 posts
Re: AWS Lambda as a back end for a single-page app
#12Re: AWS Lambda as a back end for a single-page app
#13What's the typical latency for a request when you use lambda, such as for this example?
Re: AWS Lambda as a back end for a single-page app
#14What's the typical latency for a request when you use lambda, such as for this example?
Re: AWS Lambda as a back end for a single-page app
#15Re: AWS Lambda as a back end for a single-page app
#16I don't think I'd trust building directly on it for the 100 req/sec limit and whatever latency it introduces, but it seems like it would complement heroku dynos really nicely farming out processor-intensive stuff like bcrypt.
Re: AWS Lambda as a back end for a single-page app
#17Basically, 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
#18I like the idea of Lambda. I have some linux binaries that I would like to run on demand. I wonder if this is possible.
Re: AWS Lambda as a back end for a single-page app
#19I like the idea of Lambda. I have some linux binaries that I would like to run on demand. I wonder if this is possible.
Note that there are some limits regarding the size of the zip you upload [1].