Skip to content

juliocri/faas-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Usage

  • $ cd faas-collection

General

  • $ make deploy deploys all functions inside functions dir.
  • $ make delete deletes all functions inside functions dir from k8's.
  • $ make update updates all functions inside functions dir.

Specific function

  • $ cd functions/{function-name}
  • $ make deploy deploys the function in the current dir to k8's.
  • $ make delete deletes function with the current dir name from k8's.
  • $ make update updates the function in k8's with the content of func.go and deps in Gopkg.toml in the current dir.

About

My own Server-less function collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published