Skip to content

aws-lambda unintentional dependency #34

@43081j

Description

@43081j

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    umbrella issueThis issue contains a list of dependents of a package and tracks the progress in each

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions