DEV Community

Discussion on: Evolution of Serverless: Monolithic-Microservices-FaaS

Collapse
 
edimitchel profile image
Michel EDIGHOFFER

I fell on some questions about server-less concept.

How can we create an entire iso-feature application only with a few features as a service ?
Authentication, specific treatments, calculations, etc.

Are they only useful for reusable small need (hash, calculation, etc) or can they be responsible to all functional needs ?

How can they interact each other?
What about database interaction ? Micro-services mixed with Features ?