Skip to content

Config schema: Define AWS "iot" function event properties #8030

Description

@medikoo

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' });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions