Join our book community on Discord
This chapter builds upon the concepts and AWS services you learned earlier in the area of Serverless and Container. Now that you know the basics of containers and discovered what some of the most popular container implementations are today, you can continue to learn about higher-level concepts that will use containers to create modern, modular, and nimble applications. If your company operates in the cloud, it is very likely that they are taking advantage of the capabilities of the cloud. One architectural pattern that is extremely popular nowadays is the microservice architecture.
In this chapter, you will do a deep dive into the ins and outs of microservice pattern. Specifically, you will learn the following topics:
- Understanding microservices
- Microservice architecture patterns
- Benefits of an event-driven architecture
- Disadvantages of an event-driven architecture
- Learning about the microkernel architecture
- Reviewing microservices...