Hacker Newsnew | past | comments | ask | show | jobs | submit | dfirment's commentslogin

use the comment section in hacker news to add all the stupid things back ... seems to be the perfect place


I'm curious why you'd think a serverless solution would be more expensive than traditional instances once you've exceeded the free tier limits. With Lambda, you are only charged based on the number of requests and their duration. The pricing model includes 1M requests and 400,000 GB-seconds of compute time for free every month. Thereafter, its $0.20 per 1M requests. Seems very cost-effective when compared to traditional server-based solutions.


the example in the blog seems fairly straightforward -- low cost solution with minimal operations. not sure why anyone would want to replace that with instances, unless they enjoy maintaining and patching large surface areas (or has an ops team that does it for them)


How to create a movie website using an AWS Lambda function written in Go — the latest language for serverless applications


There are more costs to Serverless than just CPU and RAM — and for many users, the additional cost categories of API Requests, Storage and Networking will be the major cost drivers.


a weekend fighting functions while trying to move a Flask application hosted on Elastic Beanstalk to AWS Lambda


So in the short term, if it’s not a long-lasting project, pick what you’re comfortable with. If it’s containers, that’s fine.

But longer-term, I’d be investing my time in learning about serverless practices. Because that’s where the future is.


Part of the problem is that people are conflating the application notion of a server which is about software — with the infrastructure notion of a server which is about instances and/or heavyweight proper VMs.


Learn how a Robocar Rally racing team built an autonomous model car in 12 hours from start to finish


Over the same 30-day period, the Alexa skills have invoked the related AWS Lambda functions over 1M times.All the Lambda functions share the same AWS account and each function is allocated 512MB of memory and configured with a 7 second timeout.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: