December 2019
Intermediate to advanced
382 pages
9h 43m
English
Serverless integration is the next logical step in the enterprise application integration world. This concept builds on the foundations and learning of the previous EAI and ESB programming models and implements them through the use of architecture patterns with serverless technologies.
What we saw earlier was that not all integration components are used equally. Some connectors or transformations will always be used more than others, and their use will continue to change as consumers evolve their systems. So, what we need is something much like a microservice type model—something that is modular and can scale independently from other things.
Let's start with the previous example. In the serverless paradigm, we could ...