Welcome to my Serverless API project, built using Domain-Driven Design (DDD) principles! In this repository, you'll find the source code and infrastructure required to deploy a serverless API on the AWS cloud, following the principles of Domain-Driven Design.
This project follows the structure and principles of Domain-Driven Design to organize code and application architecture. The core idea of DDD is to model the application domain robustly and reflect that modeling in the code structure.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
