You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serverless configuration validation step raises a warning when using the operator $<< in the serverless.yml file:
The warning should be harmless, but it would be nice to get rid of it since it may cause confusion, and if the configValidationMode: error is set to true, then this warning becomes an error and even stops the deployment/packaging process. I don't know how to fix it, but according to this page, the warning should disappear after extending the validation schema.
I would be glad to contribute if needed.
The text was updated successfully, but these errors were encountered:
The serverless configuration validation step raises a warning when using the operator
$<<
in theserverless.yml
file:The warning should be harmless, but it would be nice to get rid of it since it may cause confusion, and if the
configValidationMode: error
is set to true, then this warning becomes an error and even stops the deployment/packaging process. I don't know how to fix it, but according to this page, the warning should disappear after extending the validation schema.I would be glad to contribute if needed.
The text was updated successfully, but these errors were encountered: