Completed
Theory of logic to containerization
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn to Containerize Algorithms and Deploy to AWS with App Runner
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Github Code Repo of Traveling Salesman Problem
- 3 Overview of Cities in Problem
- 4 Launching Github Codespaces to work on problem
- 5 Cleaning up the code and fixing Makefile and Lint
- 6 Running simulations and minimizing the cost
- 7 Pinning version numbers in requirements.txt
- 8 Setup Github Actions
- 9 Fixing Python Black error
- 10 Create Github Actions Status Badge
- 11 Creating FastAPI Microservice
- 12 Building Greedy Coin Change Microservice
- 13 Deploying Python FastAPI Microservice to AWS with App Runner
- 14 Theory of logic to containerization
- 15 Building Containerized C# Service in AWS Cloud9 and App Runner
- 16 Testing via Curl in AWS CloudShell
- 17 Building Containerized FastAPI Service in AWS Cloud9 and App Runner
- 18 Pushing to Amazon ECR
- 19 Testing via FastAPI App Runner API with Swagger UI