mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update ruby helloworld
This commit is contained in:
@@ -34,6 +34,10 @@ curl -H "Content-Type: application/json" -X POST -d @hello.payload.json http://l
|
||||
|
||||
That's it!
|
||||
|
||||
### Note on Dependencies
|
||||
|
||||
In Go, simply put them all in the `vendor/` directory.
|
||||
|
||||
# In Review
|
||||
|
||||
1. We piped JSON data into the function at the command line
|
||||
@@ -56,5 +60,6 @@ That's it!
|
||||
log.Println("here")
|
||||
```
|
||||
|
||||
|
||||
# Next Up
|
||||
## [Tutorial 2: Input Parameters](examples/tutorial/params)
|
||||
Reference in New Issue
Block a user