- Slides: Google Slides link
- Project Site: https://fnproject.io
- Github: https://github.com/fnproject
- Go Tutorial: https://fnproject.io/tutorials/introduction
- Slack Channel: https://slack.fnproject.io
curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh
fn start
docker run --rm -it --link fnserver:api -p 4000:4000 -e "FN_API_URL=http://api:8080" fnproject/ui
fn init --runtime go gofn
cd gofn
fn test
fn run
or fn --verbose run
echo -n '{"name":"Bill"}' | fn run
fn deploy --app gomeetup --local
fn list calls gomeetup
fn get logs gomeetup <call id>