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

Reduce duplication of runtime dependencies locally + Update README #2

Open
2 tasks
MaxInertia opened this issue Jan 12, 2021 · 0 comments
Open
2 tasks

Comments

@MaxInertia
Copy link
Owner

MaxInertia commented Jan 12, 2021

Currently the runtime dependencies appear in the top-level ./package.json and ./dependencies/nodejs/package.json. The former for IDE's to index for code completion and the latter for specifying what's uploaded as a lambda layer. It would be nice to remove this duplication. Symbolic links might be useable to avoid duplicates of the runtime dependencies in both node_modules. That would still leave duplicates in the package.json and package.lock, whose versions could potentially go out of sync. That's rubbish.

  • solve the duplication issue above
  • update the README with the procedure for adding new runtime dependencies
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

1 participant