Microservice and Containerization Patterns > Containerization Patterns > Serverless Microservice Deployment
Serverless Microservice Deployment (Erl, Naserpour)
How can microservices be deployed without the need for maintaining underlying infrastructure resources, such as Web servers or virtual machines?
Problem
Solution
Application
The microservice is packaged with the necessary components and configuration information so that it can be deployed in a special serverless environment that can receive the package and automate the remainder of the deployment process.
The sequence in which a microservice transitions from development to deployment in a serverless environment.
This pattern is applied by leveraging a serverless environment, as explained in the complete pattern description.