Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 727 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 727 Bytes

Python application test with Github Actions

python-for-DevOps-2023

This is a new repositiory for Python for DevOps and deloying of app on AWS Cloud

scaffold

  1. Create a Python Virtual Environment python3 -m venv ~./venv or virtualenv ~/.venv
  2. Creat empty files - requirement.txt, Dockerfile, Makefile mylib/__init__.py
  3. Populate Makefile
  4. Setup Continuous Integration, i.e check code for issues like lint errors
  5. Build cli using Python Fire library ./cli-fire.py --help to test the logic before we move to microservice