apache / apache/openwhisk-client-js
Typescript types incorrect: Missing 'main' property from Action.Exec
Open
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/apache/openwhisk-client-js/blob/7fd311f58c3c50a4f698a69bf8ae4f036cf50f78/lib/main.d.ts#L248-L252
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.
Contributor guide
Assessment
This issue has not been assessed yet.