Live data from Hacker News

The next generation of serverless

fermyon.com

91–93 of 93 posts

Re: The next generation of serverless

#91

We use AWS Lambda as a monolithic "serverless" to run our Django stack since Lambda can now take standard containers[0]. The full environment, costs us US$100/mnth to run production b2b application. Traffic is quite light, but we literally don't pay for non-usage. The most expensive thing of our monthly bill is the postgres RDS+Elasticache. So for our use case it is extremely cost effective, esp for UAT, Staging wher…

Why did you switch your django application to be serveless, and aside from pricing did you see performance improvements?

Sorry really late to the party.

Price + not worrying about scaling were the two driving factors.

In our Rails Fargate application, we get spike usage which is really annoying to manage if there's not enough "room". Sometimes Fargate containers will simply get killed if they're getting hammered to often and Fargate start time takes minutes.

Overall performance is almost on par with dedicated servers. One area it lacks is if Lambda decides to spin up a new instance, we get a coldstart time ~5s. It's not ideal for sure, but for our purposes worth the tradeoffs.

Re: The next generation of serverless

#92

We use AWS Lambda as a monolithic "serverless" to run our Django stack since Lambda can now take standard containers[0]. The full environment, costs us US$100/mnth to run production b2b application. Traffic is quite light, but we literally don't pay for non-usage. The most expensive thing of our monthly bill is the postgres RDS+Elasticache. So for our use case it is extremely cost effective, esp for UAT, Staging wher…

Honest question: When would I want to use Lambda containers vs ECS Fargate?

Primary - infrequently accessed application that needs to scale when it does get users.

If pricing isn't an issue for an infrequently access application, Fargate is great or if it's very frequently used, Fargate is also great.

Re: The next generation of serverless

#93
post #83

Earlier quoted context omitted.

Have you considered Zoho? It's a company based in India, but they have European servers.

We tried zoho. Had to move as the servers reputation was awful. Maybe you get your own ip if you do enterprise?

I only use it for my personal mail with my own domain
Post reply on HN