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

aws-lambda unintentional dependency #34

Open
43081j opened this issue Apr 9, 2024 · 1 comment
Open

aws-lambda unintentional dependency #34

43081j opened this issue Apr 9, 2024 · 1 comment

Comments

@43081j
Copy link
Owner

43081j commented Apr 9, 2024

Many projects depend on the aws-lambda package, assuming you need it to use imports from the aws-lambda path.

This isn't true since aws make that available internally at runtime.

The package is actually an unrelated cli used to deploy lambdas, and has no effect in most projects using it.

We could probably help out here by:

  • adding this to the depend eslint plugin
  • contributing to larger open source consumers of the package to remove the dependency (where it isn't used)

This will help spread the knowledge that you don't actually need the package to write lambdas. Of course, it'll also reduce unnecessary npm downloads too

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