This project forks Jenkins on AWS only for TypeScript and Fargate.
$ (cd cdk && npm install)
Navigate to the cdk directory, and run:
$ (cd cdk && cdk synth)
Successfully synthesized to jenkins-on-aws/cdk/cdk.out
Supply a stack name (JenkinsNetwork, JenkinsECS, JenkinsWorker, JenkinsMaster) to display its template.
$ (cd cdk && npm run build && cdk deploy 'Jenkins*')