fdk-node
fdk-node copied to clipboard
Experimental FDK for Node.js
from recent fdk builds: ``` added 241 packages from 175 contributors and audited 657 packages in 2.746s found 4 vulnerabilities (2 moderate, 2 high) run `npm audit fix` to fix...
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, therefore functions should...
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://fnproject.io/tutorials/node/intro/ The `fn invoke nodeapp...
In my func.yaml file I have this ``` name: crawl version: 0.0.4 runtime: node entrypoint: node func.js type: async format: json timeout: 1800 config: ALLOWED_HTTP_METHOD: POST FN_SERVER_HOST: http://someurl.com FN_TEST: test...