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 build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template