Python for DevOps 2023: GitHub Codespaces CI/CD Microservice Pipeline Deployed to AWS App Runner and GCP Cloud Run
Learning The Core Principles of Python for DevOps From Zero During Live Coding
This video series covers live coding a step by step Python Microservice that serves out geopy requests that convert to
wikipedia pages that get convereted to key phrases via a FastAPI microservice that is deployed to AWS App Runner and GCP Cloud Run.
Lessons Covered Include:
-
How to setup a GitHub Codespaces CI/CD Pipeline from Zero
-
How to arrange Python libraries and test them
-
How to containerize a Python Microservice
-
How to setup continuous delivery using AWS Cloud9 and ECR
-
How to integrate AWS Code Build to do a CI/CD Pipeline that deploys to AWS App Runner
-
How to setup continuous delivery using GCP Cloud Shell and GCR
Learning Objectives
-
Learn Python for DevOps using live coding
-
Learning to build solutions with Python and FastAPI and Containers.
-
Learning the key syntax and features of the Python Language
Additional Popular Resources