Why even bother with Serverless?

There has been so much stuff written online about serverless that you are probably already sick of reading about it by now. I mean, it’s a great technology but is it deserving of all the buzzing going around the tech industry? Traditional servers have been around for years and you know what, they will continue to play an incremental role in the development of thousands and thousands of apps and website in the future.

So how come so many people are flocking towards the new paradigm of hosting and running APIs? Why would you even consider making such an important switch and what should you expect?

The cost

If you stick long enough doing this while development thing you’ll eventually get to see an infrastructure that’s so huge and complex that costs over $5K/month. Or $20K. Or $100K/mo. You get the point. Hosting your own services is expensive. Sometimes you’ll hear someone saying that having the servers on-premise will cost less but let’s face it, you’ll end up saving 10 or 15% but you will end up being directly responsible for every single aspect of that, from hardware upgrades, security issues, the team that manages those servers.

With Serverless, all you’ll end up paying is for the actual invocation, no need to worry about the management, security, updates, hardware. All of that is handled by your provider. Furthermore, when nobody is using your service or website you don’t pay anything, this in contrast with your traditional way that server works where you pay the same amount of money regardless if you have 100 K users online or 0. To read more about how companies are saving money with serverless you can check out our blog

Zero-to-production speed

Yes, there are other aspects of serverless that draw people in but the speed at which you can create and deploy an app with serverless is something that got me excited to dive into serverless in the first place. The whole idea that you don’t need to worry about the underlying infrastructure when developing your application is something that will forever fascinate me personally.

Once you signup for a provider, the time it takes to launch your product depends largely on the complexity of your application, all the other aspects are being dealt with by the amazingly simple to operate, services offered by companies like Amazon, Microsoft, IBM, Google, etc. Take for (a juvenile) example creating a contact form that works on Lambda. The whole process takes under 15 minutes. Read about it here.

Graceful scaling

Ah, the scaling subject again. That ever important yet somehow the one thing that so many developers fail to take in account when building an application. They expect a certain number of users at the peak and event make sure the service works with more people than that but as most painfully find out, that’s not how the internet works. You can’t predict the shifting patterns of organic reach, social media virality or the popularity of the app or site that is using your service.

With serverless, the problematic scaling issue is a thing of the past. Your application will scale on demand and the only cost you inquire is the cost of the invocations. Nothing else. Using serverless is what allows companies like Coca-Cola to develop systems that are cost-effective and will scale along with their audience.

Security and hardware

Using traditional servers you often run into limitations created by the servers you are using. If you have your servers on-site, upgrading is not a big problem, you buy the part and then you get someone to install it. There are some logistical issues like storing backups and downtimes while the upgrades happen but that might not be a deal-breaker for you. The part that can be a concern is the cost of the entire operation. And something else you need to consider, what happens if you need to do this exercise often, like every few months?

Security is another thing you need to deal with. Seems like every couple of weeks there’s another major vulnerability that you need to address with your system or you run the risk of losing data.

Both, hardware issues and security concerns are things that are dealt with by using serverless. All of that heavy lifting is handled by the trusty service providers while you are left with focusing on building the best product for your customers.

The list of reasons why anyone would consider serverless over the traditional servers could go on but I’ll stop here. If you’ve made the switch to serverless I’d love to feature your story on our blog, just send a message to john@dashbird.io.

Read our blog

Making serverless applications reliable and bug-free

In this guide, we’ll talk about common problems developers face with serverless applications on AWS and share some practical strategies to help you monitor and manage your applications more effectively.

ANNOUNCEMENT: new pricing and the end of free tier

Today we are announcing a new, updated pricing model and the end of free tier for Dashbird.

4 Tips for AWS Lambda Performance Optimization

In this article, we’re covering 4 tips for AWS Lambda optimization for production. Covering error handling, memory provisioning, monitoring, performance, and more.

Made by developers for developers

Dashbird was born out of our own need for an enhanced serverless debugging and monitoring tool, and we take pride in being developers.

What our customers say

Dashbird gives us a simple and easy to use tool to have peace of mind and know that all of our Serverless functions are running correctly. We are instantly aware now if there’s a problem. We love the fact that we have enough information in the Slack notification itself to take appropriate action immediately and know exactly where the issue occurred.

Thanks to Dashbird the time to discover the occurrence of an issue reduced from 2-4 hours to a matter of seconds or minutes. It also means that hundreds of dollars are saved every month.

Great onboarding: it takes just a couple of minutes to connect an AWS account to an organization in Dashbird. The UI is clean and gives a good overview of what is happening with the Lambdas and API Gateways in the account.

I mean, it is just extremely time-saving. It’s so efficient! I don’t think it’s an exaggeration or dramatic to say that Dashbird has been a lifesaver for us.

Dashbird provides an easier interface to monitor and debug problems with our Lambdas. Relevant logs are simple to find and view. Dashbird’s support has been good, and they take product suggestions with grace.

Great UI. Easy to navigate through CloudWatch logs. Simple setup.

Dashbird helped us refine the size of our Lambdas, resulting in significantly reduced costs. We have Dashbird alert us in seconds via email when any of our functions behaves abnormally. Their app immediately makes the cause and severity of errors obvious.