-
At the moment the CLI does two distinct things:
- builds images
- calls the API in order to deploy functions
As far as "calls the API" goes, that's fine. Makes sense that we provide a tool…
-
Did a clean install of Fn Project based upon the documentation provided by the Fn project. Using the Oracle provided ol73 vagrant image.
Invoking a function provides the following error:
`contai…
-
Who can tel me how to run this example in the new version ?
```
fn version
Client version: 0.5.85 is not latest: 0.5.86
Server version: 0.3.731
````
-
Considering the following function class
```
public class PojoFunction {
public Object greet(String name) {
if (name == null || name.isEmpty()) {
name = "World";
…
-
As an FDK author I want to know whether i've done everything I need to to implement a Good FDK.
Write a test suite that drives a consistent set of tests for FDK implementations, to ensure:
*…
-
While working on a demo app, I realized we don't have a nice way of dealing with errors from functions.
Our [current function output format](https://github.com/fnproject/fn/blob/master/docs/develo…
-
How can I get the IP address of a function caller? Is there any way of getting the original HTTP request?
-
-
For wider adoption of the FN project the Java artifacts should not only be available from bintray, but distributed properly through Maven Central. This will appease the Corporate Overlords who restric…
-
I've got a couple extensions out there in my namespace and I started thinking about how we want to accept extensions, FDKs, etc into the fnproject org.
The two extensions I have are pretty basic, b…