AWS CCP Notes

Search

Search IconIcon to open search

15-02 Microservices

Last updated Aug 17, 2023 Edit Source

Monolithic ArchitectureMicroservices Architecture
One app which is responsible for everythingMultiple apps are each responsible for one thing
Functionality is tightly coupledFunctionality is isolated and stateless
275275