serverless / compose

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

Move `path` validation in the Framework component #136

Closed mnapoli closed 2 years ago

mnapoli commented 2 years ago

The following constraint:

Only apply to Framework services. They shouldn't apply to other components.

The only downside here is that validation of these rules will happen when each Framework component is instantiated (unfortunately).

SF-18