This repository contains a set of example FaaS functions
Simple OpenFaaS Python function for generating a thumbnail of an image that user submits though a typical HTTP (multipart/form-data) form. Uses Python Pillow image processing library.
https://github.com/pjakovits/FaaSfunc/tree/master/thumbnail_OpenFaaS
Simple IBM cloud Python function for generating a thumbnail of an image that user submits though a typical HTTP (multipart/form-data) form. Uses Python Pillow image processing library.
https://github.com/pjakovits/FaaSfunc/tree/master/thumbnail_IBM_Functions