|
interface Exec { |
|
kind: Kind; |
|
code: string; |
|
binary?: boolean |
|
} |
Should have an optional main attribute used to set the function handler for the action code. As seen in action here: https://github.com/apache/openwhisk-runtime-nodejs/blob/master/core/nodejsActionBase/runner.js#L32
Will submit a PR.