-
**Description**
As a official FDK maintainers we committed ourselves to deliver best tooling for doing serverless with Fn.
One of the first things we need to fix is the security of docker ba…
-
Hello; using JDK 9 and Maven 3.5.0 I've:
* cloned the repository
* run `mvn -U clean install` on it
It fails trying to download the `com.github.kenglxn.qrgen:javase:jar:2.3.0` dependency:
```
[…
-
I'm attempting to duplicate the FN flow "first flow" tutorial as described here: https://github.com/fnproject/fdk-java/blob/master/docs/FnFlowsUserGuide.md.
My project follows the "primes" example…
-
After the [adding JSON support for Java Fn function](https://github.com/fnproject/tutorials/tree/master/JavaFDKIntroduction#accepting-json-input), if the function is passed an empty value, Fn returns:…
-
The current version of _allOf_ does not allow processing of results once they are available (e.g. to implement a reduce operation). It would be useful to provide a variant that allows collect and tran…
-
Hi there,
I'm running fn on a K8S cluster and can run through the Go instructions just fine:
https://fnproject.io/tutorials/Introduction/
But when following their Node equivalent:
https://…
-
- connecting to database
- writing to cloud service
- using the temporary disk space
- ...
-
I think this might be related to some of the mount stuff that the maven image is doing but:
```
opc@occ-test jfn]$ fn build --no-cache
Building image jfn:0.0.2
Sending build context to Docker…
-
Are you still working on this / do you have future plans for it? Would you accept pull requests that change the API at all?
Some examples of things I'd like to see:
- Pass some sort of event / co…
-
# This is a Bug Report
## Description
Following https://serverless.com/framework/docs/providers/fn/guide/quick-start/ simply does not work.
## TL;DR:
The quickstart should mention the fact t…