-
The fdk-ruby generated func.rb returns the wrong value when input JSON data in pass from curl. For example
>`curl http://localhost:8080/r/rubyapp/rubyfn -d '{"name": "Bob"}'`
returns
> `{"mes…
-
Hi, I am pretty new to Fn Project. I have created a nodejs app and now trying to run on Fn Server.
In order to see what is happening in the code i.e. to debug I have few console.log statements.
th…
-
I'm trying to run with puppeteer node.js module to retrieve a web page using headless chrome
It fails to execute with
Error: Failed to launch chrome! spawn /function/node_modules/puppeteer/.local-c…
-
in order to be able to find the http method which was used to invocate a function of format json, the context passed into a handler method in fdk-go should contain the _protocol_ part of the JSON payl…
-
I would appreciate if you would please help me understand if it is possible to do the following:
1. Take an output solution like the example here https://github.com/VROOM-Project/vroom/blob/maste…
-
The current boilerplate generated Node.js example returns `[object Object]` instead of the expected JSON response when called via curl/direct http. Console output:
```
$ curl http://localhost:8080/…
-
Use `fn init --runtime ruby`
Make sure we’re consistent with the input format (json), usage of FDK’s in boilerplate gen, etc.
Document inconsistencies in experience i.e. if an fn init doesn’t …
-
The CLI should generate boilerplate with a basic example on fn init (as per java) for go and python.
* Should honor "FDK_VERSION" env option (or CLI option) to select FDK version explicitly
* Sh…
-
Deployed it to local server and the response body is [object Object].
-
Use `fn init --runtime node`
Make sure we’re consistent with the input format (json), usage of FDK’s in boilerplate gen, etc.
Document inconsistencies in experience i.e. if an fn init doesn’t g…