mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* Move hello-async.sh and hello-sync.sh to the ruby and go directories and get rid of examples in tools * update hello-ruby code to use iron/hello:ruby images
This is a worker that just echoes the "input" param in the payload.
eg:
This input:
{
"name": "Johnny Utah"
}
Will output:
Hello Johnny Utah!
Try it
echo '{"name":"Johnny"}' | docker run --rm -i iron/hello