Skip to content

Reduce duplication of runtime dependencies locally + Update README #2

Open
@MaxInertia

Description

@MaxInertia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions