Skip to content

Packaging Linked Node Modules #99

@marjanSterjev

Description

@marjanSterjev

It is very common scenario to create AWS Lambda functions that rely on some common functionality that can't be installed through npm. In that case, developers use the npm link mechanism in order to include these locally developed node modules.

The current packaging functionality does not take into account these linked modules, probably because they are not listed in the package.json.

Is it possible to package these linked modules in the lambda distribution zip?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions