Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created June 25, 2020 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/6c1039c998636c1792646e3ab9074bb2 to your computer and use it in GitHub Desktop.
Save recursivecodes/6c1039c998636c1792646e3ab9074bb2 to your computer and use it in GitHub Desktop.
demo-function.js
const fdk=require('@fnproject/fdk');
fdk.handle(function(evt){
  console.log(JSON.stringify(evt)) 
  return {'message': 'Hello'}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment