Skip to content

pjakovits/FaaSfunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaaSfunc

This repository contains a set of example FaaS functions

1. Thumbnail generation function example for OpenFaaS

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

2. Thumbnail generation function example for IBM cloud functions (OpenWhisk)

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published