Chapter 13
Answer 1
There are a number of advantages that are provided by a move to serverless architecture, such as the following:
- Reduced development effort through the integration of third-party services
- Less operational complexity, because now the organization doesn't need to take care of the infrastructure
- Improved security, since the individual functions execute in their own separate containers, which helps us to keep the different functions from interfering with each other
- Improved scalability of the application
Answer 2
The use of Backend as a Service (BaaS...