We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got a warning:
Warning: Invalid configuration encountered at 'functions.xxx.events.1.http': must have required property 'reqValidatorName'
endpoint definition:
- http: path: healthcheck cors: true method: get integration: mock request: template: application/json: '{"statusCode": 200}' response: template: '{ "status": "healthy" }' statusCodes: 200: pattern: ''
I am using it as a healthcheck and it's a MOCK integration and i don't need request validator. How do I turn it off?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got a warning:
endpoint definition:
I am using it as a healthcheck and it's a MOCK integration and i don't need request validator. How do I turn it off?
The text was updated successfully, but these errors were encountered: