Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python for DevOps Master Class 2022 - CI-CD, Github Actions, Containers and Microservices
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is DevOps?
- 3 Create Github Repo
- 4 Statements in Python using Colab
- 5 Create Python Scaffold using Github Codespaces
- 6 Create Python Virtualenv and add to ~/.bashrc
- 7 Launch AWS CloudShell and checkout code
- 8 Launch AWS Cloud9
- 9 Freezing packages with pip freeze
- 10 Setup Github Actions
- 11 Test code with Github Actions and Pytest
- 12 Build CLI with Python and Python Fire
- 13 Build Python Lambda Functions
- 14 Build AWS Step Functions
- 15 Build Python Fire Step Functions
- 16 Build Containerized Microservice with FastAPI and AWS App Runner