This demo leverages several AWS services including CodeBuild, ECS/Fargate, AppMesh, Application Load Balancing etc. It uses Python and the CDK (Cloud Development Toolkit), so provided you have Python 3.6+ and version 0.33 of the CDK installed, the commands below should all work.
cdk lslist all stacks in the appcdk synthemits the synthesized CloudFormation templatecdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk docsopen CDK documentation
The demo is a conversion of one that used multiple CloudFormation templates and bash scripts. This "port" if you could call it that evolved fairly organically. I'll look at re-structuring everything in the not too distant future.
Enjoy!