Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config schema: Define AWS "http" function event properties #8018

Closed
8 tasks done
medikoo opened this issue Jul 31, 2020 · 0 comments · Fixed by #8383
Closed
8 tasks done

Config schema: Define AWS "http" function event properties #8018

medikoo opened this issue Jul 31, 2020 · 0 comments · Fixed by #8383

Comments

@medikoo
Copy link
Contributor

medikoo commented Jul 31, 2020

Use case description

It'll be nice to have http event fully covered by schema validation

Proposed solution

  1. Define schema for following properties at provider level (that's part of Config schema: Define AWS "provider" properties #8022)

Should be done directly in: lib/plugins/aws/provider/awsProvider.js:

// TODO: Complete schema, see https://github.com/serverless/serverless/issues/8016
serverless.configSchemaHandler.defineProvider('aws', {

  1. Define schema of all http event properties

Done in #8301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant