How to migrate from monoliths/microservices to Faas?

59 Views Asked by At

I'm currently studying these concepts and I wondered how this could be done.

1

There are 1 best solutions below

0
Arnon Rotem-Gal-Oz On

That's a very generic question so I can't talk about any design concept. In the more technical side you can add an API gateway in front of the exiting solution and the when you create a new function route to that instead of the existing system. This is known as strangler/strangler fig pattern