Skip to main content

Architecture

This section provides a comprehensive overview of the MBC CQRS Serverless framework architecture.

Overview​

The framework is built on AWS serverless services and implements the CQRS pattern with Event Sourcing for scalable, event-driven applications.

Architecture Sections​

Key Concepts​

CQRS​

Separating read and write operations for optimized data handling.

Event Sourcing​

Storing all changes as a sequence of events.

Serverless​

Leveraging AWS Lambda, DynamoDB, and other managed services.