Ask HN: What are the alternatives to Amazon Lambda?
1–10 of 78 posts
No post body was provided.
Re: Ask HN: What are the alternatives to Amazon Lambda?
#2Why do you want an alternative? Not sure there are any as far as price goes.
Re: Ask HN: What are the alternatives to Amazon Lambda?
#3Iron Workers: http://www.iron.io/worker/
Most new breed Docker hosts like http://tutum.co can give you a quick DIY version.
But in general they (Amazon) are (currently) the best of breed and I have only positive things to say having used the JS and Java versions.
Re: Ask HN: What are the alternatives to Amazon Lambda?
#4Isn't most of the draw of Amazon Lambda that you can hook everything else into a simple api hosting service? I doubt there are any direct competitors, at least at that scale.
Here is a discussion:
https://www.quora.com/Are-there-any-alternatives-to-Amazon-L...
Re: Ask HN: What are the alternatives to Amazon Lambda?
#5We used to use Joyent Manta for the same purpose we are now using Lambda. Joyent worked well, but Lambda works significantly better (speed-wise) and significantly cheaper.
Re: Ask HN: What are the alternatives to Amazon Lambda?
#6(Full disclosure: I work with Domino.)
For some use cases, Domino's API endpoints[0] feature is an alternative, especially if you want to run R or Python scripts.
Re: Ask HN: What are the alternatives to Amazon Lambda?
#7In a way, Amazon Lambda is just "upload a PHP script to my $3 shared webhost", except:
- JavaScript/Java/Python instead of PHP
- Can handle gigantic bucketloads of requests per second, transparently
If you don't expect to scale super high, and if the actual language isn't sacred to you, then you can get the exact same ease of deployment and a comparably large ecosystem of open source on your favorite el cheapo webhost.Many of the reasons Lambda is attractive are the same reasons PHP became so popular (despite the not-so-awesome language).
Re: Ask HN: What are the alternatives to Amazon Lambda?
#8APITools might help (depending on your use case). Haven't used them myself but they gave a pretty good talk a couple months back.
Re: Ask HN: What are the alternatives to Amazon Lambda?
#9Newbie question: what does "Amazon Lambda" have to do with functional programming? (Because the name suggests there is a connection).
Re: Ask HN: What are the alternatives to Amazon Lambda?
#10Azure WebJobs