Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging Linked Node Modules #99

Open
marjanSterjev opened this issue Dec 7, 2016 · 1 comment
Open

Packaging Linked Node Modules #99

marjanSterjev opened this issue Dec 7, 2016 · 1 comment

Comments

@marjanSterjev
Copy link

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?

@Nalha
Copy link

Nalha commented Dec 7, 2016

Link is not supposed to be used for packaging or deployment, consider publishing your module or use a github link in your package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants