This is a AWS ECS Fargate project for CDK development with TypeScript. All service seperated one by one from each other. They are inside the lib file.
Following Sercices, which are include in the lib file:
- VPC
- ECR
- SSM
- ECS
- FARGATE
- CLOUDWATCH
PS. Some files have high construct on their code.
The cdk.json file tells the CDK Toolkit how to execute your app.
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
