Building your application
MBC CQRS Serverless provides the core functionalities to create backend applications. These guides explain how to use these features and how to customize your application's behavior.
Building your application
Build scalable serverless applications with MBC CQRS Serverless framework using NestJS, DynamoDB, and AWS services.
Controllers
Learn how to create NestJS controllers with MBC CQRS Serverless decorators for routing, authentication, and tenant context.
Modules
Learn how to create and configure modules in MBC CQRS Serverless.
Service Implementation Patterns
Learn how to implement service layer with CRUD operations using CommandService and DataService.
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.
API Integration Guide
Learn how to integrate with external APIs and receive webhooks in MBC CQRS Serverless applications.
Multi-Tenant Patterns
Learn how to implement multi-tenant data isolation and cross-tenant operations in MBC CQRS Serverless.
Data Migration Patterns
Learn data migration strategies for cross-tenant operations, schema evolution, and bulk data processing in MBC CQRS Serverless.
Import/Export Patterns
Learn patterns for importing and exporting data in CSV and Excel formats with batch processing and validation.
Related Documentation
- Getting Started - Initial setup
- Backend Development - Backend development guide
- Service Patterns - Service implementation patterns