Skip to content

Split handler path and name at the last dot #4633

@mattmeye

Description

@mattmeye

This is a Feature Proposal

Description

Actually handler path and name split at first dot. handler names like "my.nice.handler.js" are not possible.
see:

const handlerPath = handler.split('.')[0];

Similar or dependent issues: Not found

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions