Skip to content

A function to fetch and execute python script from git url

Notifications You must be signed in to change notification settings

s8sg/openfaas-python-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openfaas-python-executor

A function to fetch and execute python script from git url

Build and Deploy

faas template pull && faas build && faas deploy

Request

curl http://localhost:8080/function/openfaas-python-executor \
 -d "{ \"git-url\": \"https://github.com/s8sg/openfaas-python-executor.git\", \
 \"script\": \"sample.py\", \"job-id\": \"006\" }"

About

A function to fetch and execute python script from git url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages