Command-line tool for building and deploying serverless functions
Command-line tool for the fn project
fn
$ fn init --runtime go my-function
$ fn deploy --local
$ fn invoke myapp myfunction '{"name":"world"}'