Let’s Go Serverless!! — Part II (Building Serverless Mobile Application)

Every day new technologies come into play. “Serverless” was one of them. In the perspective of a web developer and web application owner, going Serverless is a cost-effective method. But still, there are pros and cons of going Serverless. So we have to think in the context of the application that we are managing and decide whether to go Serverless or not. “Serverless” has been a hype for some time now. Some months back I wrote a Medium article on Serverless and today I thought to publish another part of it. If you want to know more about “Serverless” please read my previous article from here . It will give you quite some understanding of what “Serverless” actually is. So in this article, I will be creating a mobile application which is based on Serverless. Mobile applications have two parts similar to web applications. Back End Front End Front end application resides on the mobile application. It’s the one that we install from the Google Play store or Apple Appst...