How to Deploy Serverless Stack on Alibaba Cloud Using Terraform
Nov 2 · 10 min read
Nowadays, an approach to running serverless backend services is became popular. Here, the popular approach meaning is misnomer — we could briefly say that serverless is event-driven based cloud computing model which is needed no extra effort for maintenance of infrastructure. Cloud vendors such as Alibaba Cloud, AWS, Google Cloud, Azure etc. automatically manage the provisioning and allocation of computing resources.
With this approach, the building blocks of application is no longer a server but discrete chuck of code…


