Building our own serverless based on Fn
Serverless computing is one of the most notable trends in cloud computing. The main principle is that infrastructure is the responsibility of the service provider, not DevOps. Resource scaling automatically adjusts to load and has a high speed of variability. Another common feature is the trend towards minimizing and focusing code, which is why serverless computing is sometimes referred to as 'function as a service' […]
