-
I want to share some thoughts on the fdk-python design and some experiences (so far) developing my own Python FDK. This is not a proposal to make any changes to the fdk-python, just thoughts.
Two s…
-
Fn Build for FDK currently only works with Maven - intention is to support gradle one way or another too.
* Boilerplate
* Build (Code & Container)
-
It's really annoying that this project gets picked up and added:
```
require (
github.com/fnproject/fdk-go v0.0.0-20190102214815-bd24a5aa63cf
)
```
```
$ go mod why github.com/fnproject/fd…
-
Either with hotwrap or some other model other than the Node FDK example currently in tutorials... per https://github.com/fnproject/fn/issues/1493
-
I was receiving the following error while invoking a function via CLI `fn invoke`: "Error invoking function. status: 502 message: container failed to initialize, please ensure you are using the latest…
-
-
An automated process for...
Minimal (smithed?) images for runtime.
Oracle linux based for build images.
-
**Description**
When i invoke the function ,i got "Error invoking function. status: 502 message: function failed".
Then i go to console of oracle cloud,and find the description of this error…
-
Docker uses: http://tldp.org/LDP/abs/html/exitcodes.html
Make sure FDK does not allow functions to exit with these codes.
For example, 137 exit code is currently flagged as OOM in fn-agent, therefor…
-
As for now, there's a need to run full stack tests on FDK:
1. Download the CLI (latest).
2. Download and start background Fn server.
3. Do tests that involve boilerplate generation for the followin…