By Fei Huang What is Serverless? The nature of a serverless computing framework is to abstract applications at much higher level to provide portability, resource utilization and cost benefits. For example delivering API level or function level code that can run only when needed. Ideally, after developers have checked in code, a serverless computing framework will take over control of …