Skip to content

peaclab/openfaas-microfaas-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFaaS-Server

Main repo for the orchestrator, responsible for getting function requests from OpenFaaS and returning function output back to OpenFaaS.

Run Server

go build main.go

Usage

POST localhost:8080/run

{
	"fid": "hello",
	"src": "def handler(x):\n\tprint(x)",
	"params": "ldodafl",
	"lang": "python"
}

Response

{
  "fid":"hello",
  "result":"ldodafl\n"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •