Skip to content

noahgift/python-functions-9-23

Repository files navigation

Python application test with Github Actions

python-functions-9-23

This is a new repo for a live training by O'Reilly. This repo contains the following:

Building Code

First create and source a virtualenv so libraries are easy to use virtualenv ~/.venv source ~/.venv/bin/activate

You can refer here for ideas

Building web based microservice

  • Go to external IP address with :8080/docs
  • Query the add API
  • Note, you can also query via curl:
curl -X 'GET' \
  'http://54.82.166.171:8080/add/20/20' \
  -H 'accept: application/json'
  

functions-overview

About

This is a new repo for a live training by O'Reilly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published