Skip to content

Typescript types incorrect: Missing 'main' property from Action.Exec #221

@jthomas

Description

@jthomas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions