Building Serverless Microservices

The concept of Serverless is really a debate among experts, I found a good Forbes article trying to define Serverless here: https://www.forbes.com/sites/janakirammsv/2016/05/25/what-defines-serverless-computing/#6bfec85277f2 , and since I am obviously bias this is Microsoft take on the technology: https://azure.microsoft.com/en-us/overview/serverless-computing/

In this post my intention, rather than theorizing the technology, I want to document my experience implementing it to develop a page to track ASD-related behavior with the intention to anticipate her actions.

I am using Azure Functions to develop the Microservices and leveraging the Azure Function Proxy functionality to manage proper routing to the services from the client.  

Clients are out-of-scope for this conversation.