tradle / lambda-plugins

Loader for additional npm packages based on configuration in lamdba function.
MIT License
0 stars 0 forks source link

feat: adding support for child lookups #3

Open martinheidegger opened 2 years ago

martinheidegger commented 2 years ago

Currently partial implementation of #1. Still missing is the fallback that looks up the file system for files.

Closes #1

martinheidegger commented 2 years ago

While this is a useful feature, the implementation needs better testing and in most cases it is sufficient to have separate plugins instead of multiple plugins registered by package, for the time being.