fdk-go icon indicating copy to clipboard operation
fdk-go copied to clipboard

Go language helper funcs for fn

Results 11 fdk-go issues
Sort by recently updated
recently updated
newest added

What is a recommended way to manage multiple functions from code base perspective? My company want to move around 80 functionalities as OCI functions and I am wondering about the...

I am trying to get the request URL and parameters. But I am unable to get it. What is the method I can use to get the request params?

* FDK should log before and after a call completes. This is achieved by adding log lines to handleRequest. * The boilerplate code in the init image should have a...

For consistency, update FDK references to FDK for Go. Doc only fix.

docs

Similar change to https://github.com/fnproject/fdk-node/pull/25 and https://github.com/fnproject/fdk-python/pull/77

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/fdk-go # github.com/fnproject/fdk-go github.com/kounta/superfluid/v6/node_modules/serverless/lib/plugins/create/templates/fn-go/hello github.com/fnproject/fdk-go ``` At...

Add a link to repo description text at the top of the page that links to https://fnproject.io. See the Fn, Docs, or Tutorials repo for an example.

docs

Currently the Go FDK doesn't handle errors in a user's function. As part of the FDK contract, the FDK should emit a 502 on a detectable error from the function....

Some of the docs links need updating to the new repo.