logo

AWS Exam GuidesNewsletterBlogContact

👋 Hey! My name is Wojciech Gawroński, but others call me AWS Maniac.

My goal is to safely guide you through the cloudy and foggy space of the AWS portfolio.

How Serverless Can Impact Your Business Model

8 min read, last updated on 2020-12-22

Brace yourselves. Serverless is coming!

You must have heard the term serverless. It is 2019, and everyone in IT is buzzword driven. Many of the companies are actively participating in or seriously considering taking part in the serverless revolution. Is it worth it? What is in it for you? I would like to focus on not-so-obvious advantages that technology brings to the table, particularly business-wise.

Serverless is much more than FaaS and Lambda

Let me start with a clarification present in some places over the internet that serverless equals AWS Lambda, Azure Functions, or Google Cloud Functions. It is a false assumption which simplifies and strips serverless of the most valuable premises.

Allow me to tell you an anecdote about one of the most defining experiences in my career when I joined a fast-growing German start-up building a marketplace for cleaners. It was 2014, and nobody even thought about serverless computing, yet our client was making their product deliberately in that way.

They chose Salesforce as a base, deferring the storage layer’s decision and the database until the very last possible moment. On top of the features available on that platform, we built all custom integrations using webhooks, straightforward back-end services hosted in PaaS solutions like Heroku, and many other third-party services (SaaS-based ones).

The client thought about serverless before serverless times. Why? Because they needed fast and reliable iterations, reduced time-to-market, and reduced operational overhead, as they did not build just a technology company - as many start-ups build nowadays.

The critical point here is about having the ability to build mashups quickly. Your primary focus should be on building a digital product for such businesses, not spending time digging in technology and reinventing the wheel. Keep in mind that everything is contextual, and that is just one context where serverless shines.

Premises of Serverless

In this paragraph, I will use the support of someone much wiser and well-known in the community. I would like to present a whitepaper written by Gojko Adzic, and Robert Chatley titled: Serverless Computing: Economic and Architectural Impact.

It is an interesting paper that presents various case studies related to serverless computing and how it affected three areas featured projects:

  • Economics (cost-efficiency),
  • Software Architecture,
  • Operations.

Economic Impact

Interestingly enough, a central point of this section of the article is the table that presents pricing differences between serverless, PaaS, and IaaS solutions. The differences are impressive. There is one catch there - the choice of case studies is very particular and contextual - and perfectly visible and fairly stated in the paper.

In such contexts, where workload and revenue are heavily dependent on the user base, you do not have to worry about on-demand pricing even if your service works 24/7. You will compensate for that in the price of your SaaS product.

Additional obvious cost optimization is cost-efficiency in the operational area. It does not mean that you do not need operations people - you do need them, but they need a slightly different skill set. However, the investment is much smaller than on-premise or even IaaS cases.

There is one point missed here. I want to talk about a topic skimmed in the whitepaper, but it gives a significant competitive advantage in the real world - which is reduced time to market. Serverless can tremendously speed up the development process, with one caveat - it requires somewhat different team skills, e.g., you need programmers with DevOps and Cloud Computing skills. However, after assembling such a team or developing their skills in this area, you will see how significant an impact it can have on the team’s productivity.

Architectural impact

Let’s start with a quote:

breaking the monolith into functions that could be independently deployed meant that they were better able to split the team up to work on more things in parallel and to deploy each feature separately.

It looks and hears precisely like the definition of microservices. All of you who worked with those architectures may be getting goosebumps right now. Are serverless architectures the final stadium of the microservices architecture promise with a significantly smaller operational burden? The answer is, unfortunately, much more complicated.

The state described in the quote is indeed achievable and much less expensive than in a non-serverless environment. However, we face the problem of ecosystem infancy, and we need to wait for the modern solutions available in the market. The serverless approach has bigger or smaller deficiencies all over the place, starting from framework and development support through CI/CD pipelines and ending with monitoring and observability.

However, it is a fair assumption to say that serverless in those contexts gives a significant advantage in that area.

Operational Impact

Last but not least, operations are the most obvious and sometimes misunderstood area in the whitepaper. Managed services available on the cloud vendor platforms are moving significant parts of the customers’ operational burden, and they agree to pay a little bit more for that.

As usual, it is a tradeoff and a business decision as in the anecdote presented at the beginning - some companies will invest their money in building technology as it is an essential piece of their competitive advantage; other companies on the market will focus on building their products, and serverless is for them.

How can it affect your business?

I hope that at this point, you start to see the patterns.

First and foremost, the pricing of those services allows you to build elegant and predictable revenue models. It is relatively easy to calculate the total cost of a single call. Good luck and have fun with calculating the same metric with an on-premise infrastructure - difficulty skyrockets and breaks the ceiling if you have to consider the hardware cost involved, e.g., leasing, amortization, or other liabilities.

Another positive impact is related to a significant reduction in idle costs. If you are not convinced yet, I would like to present a visual example. Have you ever bought a classic gym membership card? You pay for a valid card for one month upfront, and you can use the gym. In many cases, it ends up in a “you have to” bucket, as you are susceptible to a sunk cost fallacy. What if gym membership could be done in a pay-as-you-go elastic way? It would be much better and allow for better resource utilization. The same is with serverless.

We briefly talked about it above, but I would like to mention a smaller operational impact once again. Thanks to a shared responsibility model in serverless architecture, operations affect just the top layer of application code. It is a great deal for businesses that do not want to spend money on building internal platform teams.

A second point is reduced time to market - and we are talking here about significant savings, as you do not want to build everything on your own if you wish to do a business instead. Not all companies want to invest their time in making internal technology. The distinction is clear - we have companies focused on that and those that are building digital businesses.

Years of working in IT and ups and downs in my career have taught me no silver bullet in this business. This example is no different, and it sets some challenges, and it may sometimes affect your business negatively.

The first and most obvious problem is the perceived reliability and performance (from the user’s perspective). As Serverless brings new challenges to the table (e.g., cold starts), it may affect your business in that regard. You have to be aware of the constraints. All this affects the way you are building a robust and reliable solution.

Not all cases apply to serverless. Like any tool, it should not be used always and everywhere. One thing worth mentioning here is that you can provide a mixed architecture as a rescue. You do not have to be fully serverless. You can use that as yet another tool in your toolbelt, depending on the context.

Last but not least, it requires a mind shift and different skills in the development teams. You need builders - ideally with operations knowledge inside the squad. It additionally requires a change in your way of thinking and a positive attitude as it is still an immature technology, and there will be rough edges.

Summary

The goal of this article was to present some possible impacts of serverless on your business. It is not an easy decision to use serverless, and it can be mind-boggling - primarily if it influences your digital baby’s vital elements.

If you are seriously considering and evaluating such an approach for your business, I would like to make you a special offer: we can schedule a free 30 minutes reconnaissance call. During that call, you can just pick my brain and learn more about how you can benefit from serverless on AWS. So, are you open to such an opportunity?

Subscribe to the newsletter and get notifications about new posts.

Subscribe

👋 Hey! My name is Wojciech Gawroński, but some people call me AWS Maniac. I am your trusted guide through the AWS Madness. If you want to learn more about me, you can start here.

Share it:

YouTube, Twitter, LinkedIn, Instagram, Facebook
awsmaniac.com © 2021, built with Gatsby and template from @kjendrzyca