Top 5 serverless platforms of 2018

Serverless has been a word that’s been buzzing around for the past year and it’s no secret that we, the folks at Dashbird, are big fans of the technology. It’s been a tremendous pleasure to see serverless technology gather such renown around the developer communities and the fact that so many big companies are adopting serverless it validates a fact that we already know to be true. Serverless is here to stay.

I wanted to take a little time to run down the most popular serverless platforms out there to help shed some light on the current options available to developers. So I’ll just straight right in with our favorite one, AWS Lambda.

1. AWS Lambda

For those living under a rock, AWS Lambda is a serverless compute service created by Amazon back in 2015. It runs a function triggered by an event and manages the compute resources automatically so you don’t have to worry about what is happening under the hood. Right now AWS Lambda has about 80% of the function as a service market share and though there are other similar services that offer a service that cost just about the same it remains to this day the most popular serverless platform amongst developers. Not to mention the fact that it integrates flawlessly with the most awesome serverless monitoring tool there is: Dashbird.io

2. Microsoft Azure

Azure Functions is Microsoft’s swift response to Amazon’s Lambda. It offers a very similar product for basically the same exact cost down to the penny. It even offers the first million function invocations for free, just like AWS Lambda does. While there are a number of differences between Lambda and Azure, one of the biggest is the different ways these two services deal with the availability of the functions. If a Lambda has not been called for some time Amazon will create a new instance of said Lambda thus creating a noticeable delay. Microsoft uses Azure Web Jobs that also work in a similar fashion but the delay between hot cold invocations is less visible.

3. Google App Engine

In an effort of making the article as easy to understand as possible I’ll compare GAE to AWS Lambda event though they are not that similar. Google App Engine is a solution that allows the developers to create fully fledged applications without having the worry of performance and scaling. At the other pole, there’s Lambda, a service that allows you to create mostly event-driven applications that just like GAE scale gracefully without any problems what so ever.

4. Google Cloud Functions

This is pretty much the straightforward response to Amazon’s and Microsoft’s cloud computing solutions. It’s a fully managed nodeJS environment that will run your code handling scaling, security and performance. It’s event-driven and will trigger a function returning an event, very much in the same way AWS Lambda works. It’s intended to be used for small units of code that are placed under heavy load.

5. IBM OpenWhisk

I’d be remiss not to mention IBM OpenWhisk, an open source Function as a service solution that was launched back in 2016. It’s part of IBM Bluemix which is a Platform as a service that runs on SoftLayer infrastructure. While IBM OpenWhisk is not as popular as the other platforms mentioned above one if it’s key advantages is the fact that it can be installed on-premise thus providing a lot more control over your serverless applications. If you are into that.

There you have it, 5 of the most popular serverless platforms. The serverless computig technology is still in its infancy and I believe it’s important to have a clear understanding of what your options are in order to make the right decision that would fit best your business and project.


We aim to improve Dashbird every day and user feedback is extremely important for that, so please let us know if you have any feedback about these improvements and new features! We would really appreciate it!

Sign up to our newsletter to get all the latest news and tutorials on serverless.

 

Read our blog

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.

AWS Lambda Free Tier: Where Are The Limits?

In this article we’ll go through the ins and outs of AWS Lambda pricing model, how it works, what additional charges you might be looking at and what’s in the fine print.

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.