Abstract
Reporters obtained the following quote from the background information supplied by the inventors:“Microservices are commonly understood as modular software com ponents or “mini-applications.” Whiletypical applications are complex and often perform multiple different functions, microservices typicallyperform a single function. Microservices are generally called by using Application Programming In terfaces(APIs), and each microservice may communicate with other microservices using APIs. The microservicearchitecture has many known benefits, including for example the ability to scale, repair, update, remove,and/or add microservices independently of one another. Microservices may further be implemented viacloud computing or even using server-less computing methods such as Amazon® Web Servi ces (AWS)lambda.