-
At this particular moment, CLI would fail if `func.yml` exists in the folder.
As a developer, I'd like to set up my own `func.yml` and ask CLI to generate a boilerplate with respect to what's going…
-
I'm setting up CORS for an Fn function, however from reading the [docs](https://github.com/fnproject/fn/blob/1258baeb7f2760727d504b0448f9b507b1bdbc07/docs/operating/options.md) it appears I need to se…
-
I'm having a problem getting my puppeteer project to run as a function.
I can log into the docker container that was generated by fn build and run it manually using node command line and it runs and …
-
Hi,
I have a simple nodejs function that returns JSON. I guess the documentation needs update on nodejs page too on how to use input, ctx objects. But first the issue - the function runs as expect…
-
When I tested the Python tutorial I ran into a couple of issues.
## Fn Run
When I called `fn run` I get the following output:
```
Building image fndemouser/pythonfn:0.0.1 ..................…
-
```
cat payload.json | fn call app route
{"error":{"message":"container exit code 2"}}
ERROR: error calling function: status 502
❯ fn logs g app last
panic: interface conversion: interface {} i…
-
I tried to run lambda functions by document .but I couldn't find the right runtime.
so I want to run the aws lambda functions without any change. what should i do. by the way ,my functions with pyt…
-
Original issue: https://github.com/fnproject/fn/issues/964
Related: https://github.com/fnproject/fdk-go/issues/23
-
there's no spec implementation [in go or anything] afaik for https://github.com/cloudevents/spec -- we have a chance to take the lead on this, though for the most part it's pretty minimal, I foresee s…
-
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…