Ramakrishna Pathuri

Ramakrishna Pathuri

  • 1.2k
  • 569
  • 192.3k

Serverless vs. Microservices architecture: How to choose

Feb 27 2020 6:41 AM
Serverless vs. Microservices architecture:
 =======================================
 
How you approach their development, their management and their architecture.
 
The Microservices pattern versus functions microservice communication and design what does the future of business computing look
 
However, we are building the large and complex microservice-based applications for a Property management system for hotels (for example, when handling hundereds of microservice types)
 
How do we develop an Microservices I.e microservice architecture or Serverless functions which one best option?
How can client apps minimize the number of requests to the back end and reduce chatty communication to multiple microservices?
 
How can you handle cross-cutting concerns such as authorization, data transformations, and dynamic request dispatching?
 
How can client apps communicate with services that use non-Internet-friendly protocols?
 
How can you shape a facade especially made for mobile apps?
 
How can we provide the single sign on to all my serverless fuctions if we go with azure fuctions?
 

Answers (2)