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

Consider adding system packages that are available to Node.js functions #17

Open
lance opened this issue Aug 21, 2020 · 0 comments
Open
Labels
artifacts/builders Issues related to the builder images runtime/nodejs Issues and PRs for the Node.js buildpacks

Comments

@lance
Copy link
Member

lance commented Aug 21, 2020

Many existing faas services provide system packages in the execution environment that allow functions to use them without the need for them to be included a package.json. This would definitely make build times faster, since if the function itself has no explicit dependencies, there is no reason to use npm install.

An example: Google Cloud Functions

@lance lance added runtime/nodejs Issues and PRs for the Node.js buildpacks artifacts/builders Issues related to the builder images labels Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
artifacts/builders Issues related to the builder images runtime/nodejs Issues and PRs for the Node.js buildpacks
Projects
None yet
Development

No branches or pull requests

1 participant