henesis-sdk
SDK to build handler of Henesis
; exports.handler =
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 8.12 or higher is required. Also you need to install ts-node package >= v7.0.1 is required
Installation is done using the npm install
command:
$ npm install --save @haechi-labs/henesis-sdk
Features
- provide henesis user-defined function event interface
Quick Start
Create your package and initialize npm.
$ mkdir awesome-function && cd awesome-function && npm init
Install the henesis-sdk package:
$ npm i --save @haechi-labs/henesis-sdk
Write your own function code:
exports.handler =