Hacker News new | ask | show | jobs
by jiballer 4047 days ago
With beanstalk, you're paying in terms of multiples of server instances at all times, even if nothing is hitting your servers. With Lambda, you pay only for the execution time of your function, which is only when a request is made.