My pain with Serverless and AWS Lambda

#artificialintelligence 

Just recently, I got to work with Serverless on AWS Lambda. It's a great technology, and I love the idea not to manage and provision underlying servers. I do much programming in Python, and luckily AWS Lambda comes with a Python Runtime. The Serverless Framework is an excellent way to start; that's what I thought… Here is my story with Serverless Development in AWS Lambda and Python and some of my pain. Probably, you have heard the term Serverless which is a technology where you don't care about managing servers and its underlying infrastructure.