Building your application
MBC CQRS serverless provides the core functionalities to create backend application. This guides explain how to use these features and how to customize your application's behavior.
📄️ Building your application
Building your application
📄️ Controllers
Learn the fundamentals of routing.
📄️ Modules
Learn how to create and configure modules in MBC CQRS Serverless.
📄️ Event Handling Patterns
Learn patterns for handling events from S3, Step Functions, SQS, and DynamoDB streams in MBC CQRS Serverless.
📄️ Data Sync Handler Examples
Practical examples of implementing Data Sync Handlers for various use cases.
📄️ Service Implementation Patterns
Learn how to implement service layer with CRUD operations using CommandService and DataService.
📄️ Multi-Tenant Patterns
Learn how to implement multi-tenant data isolation and cross-tenant operations in MBC CQRS Serverless.
📄️ Import/Export Patterns
Learn patterns for importing and exporting data in CSV and Excel formats with batch processing and validation.