serverless / compose

Orchestrate Serverless Framework in monorepos
https://serverless.com/framework/docs/guides/compose
MIT License
111 stars 15 forks source link

feat: Allow loading components from NPM #122

Closed mnapoli closed 2 years ago

mnapoli commented 2 years ago

This is another leftover from the monorepo experiment that I'm adding back here.

This allows loading components from NPM packages. Might be worth a deeper review since you have experience with the plugin loading logic in Serverless Framework.