Use case description
It'll be nice to have resources section well covered by schema validation
Proposed solution
Follow up to #6562, with which only schema placeholder for resources was configured.
It'll be good to cover all Framework introduced properties but allow free form configuration of CloudFormation resources (at least it's not possible to cover them fully with static JSON schema).
Configuration should probably be done directly at:
|
// TODO: Complete schema, see https://github.com/serverless/serverless/issues/8014 |
|
resources: { type: 'object' }, |
Use case description
It'll be nice to have
resourcessection well covered by schema validationProposed solution
Follow up to #6562, with which only schema placeholder for
resourceswas configured.It'll be good to cover all Framework introduced properties but allow free form configuration of CloudFormation resources (at least it's not possible to cover them fully with static JSON schema).
Configuration should probably be done directly at:
serverless/lib/configSchema.js
Lines 25 to 26 in d403d9c