Skip to content

navigateconsulting/custom-python-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python27-flask-template

Python 2.7 OpenFaaS template with Flask

To try this out:

faas template pull https://github.com/alexellis/python27-flask-template
faas new --lang python27-flask myfunction
mv myfunction.yml stack.yml

Followed by the usual flow:

faas build \
  && faas deploy
  && faas list --verbose

# Wait a couple of seconds then:

echo -n content | faas invoke myfunction

About

HTTP and Flask-based OpenFaaS templates for Python 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.3%
  • Dockerfile 43.7%