Use case description
It'll be nice to have iot event fully covered by schema validation
Proposed solution
Follow up to #6562, with which only schema placeholder for event was configured.
Define schema of all iot event properties
Should be done directly in: lib/plugins/aws/package/compile/events/iot/index.js:
|
// TODO: Complete schema, see https://github.com/serverless/serverless/issues/8030 |
|
this.serverless.configSchemaHandler.defineFunctionEvent('aws', 'iot', { type: 'object' }); |
Use case description
It'll be nice to have
iotevent fully covered by schema validationProposed solution
Follow up to #6562, with which only schema placeholder for event was configured.
Define schema of all
iotevent propertiesShould be done directly in:
lib/plugins/aws/package/compile/events/iot/index.js:serverless/lib/plugins/aws/package/compile/events/iot/index.js
Lines 14 to 15 in d403d9c