Skip to content

HTTP analyzer, a go based function running on OpenFaaS

Notifications You must be signed in to change notification settings

bbarekas/faas-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faas-function

Build

Assuming a docker account:

docker login

Build the local docker image (for raspberry):

faas-cli publish -f faas-test-api.yml --platforms linux/arm/v7

Deploy this on a running OpenFaaS instance - assuming there is already a OPENFAAS_URL environment variable:

faas-cli deploy -f faas-test-api.yml

Invoke the function:

faas-cli invoke faas-test-api


About

HTTP analyzer, a go based function running on OpenFaaS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published