Serverless in action. Part 0: Intro
Introduction
Nowadays serverless architecture has become a thing in application design. The main advantage it gives us is that we don’t need to manage servers anymore, however, technically it still runs on servers. Serverless architecture became popular after the release of AWS Lambda which gave us the possibility to deploy a single function (piece of code) to the AWS environment and then execute it. This article consists of 3 parts which describe how to build a serverless application step by step.