serverless / compose

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

Validate component inputs via JSON schema #132

Closed mnapoli closed 2 years ago

mnapoli commented 2 years ago

Let's discuss this idea this week.

Eventually, we want to validate configuration with JSON schema like in Serverless Framework. But until we have that, the lack of validation will provide a poor user experience for new components.

Related PR that adds JSON schema validation on the website component: https://github.com/serverless/components-core/pull/4