-
Notifications
You must be signed in to change notification settings - Fork 81
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
runtime nodejs12.x is not supported #208
Comments
Hi @cscetbon, The format of the serverless.yaml is not fully compatible with AWS so even if we support their naming of runtimes there will be other functionalities that won't work. In any case, feel free to add suport to the |
@andresmgot Can you point me where I should start ? |
As far as I can see there are two places in which the runtime is being read (there might be more, it's a matter of trying):
https://github.com/serverless/serverless-kubeless/blob/master/lib/helpers.js#L218
https://github.com/serverless/serverless-kubeless/blob/master/lib/deploy.js#L105 I those two places you would need to transform |
On aws we use runtime nodejs12.x to use nodejs 12. However with kubeless we need to use nodejs12 instead. I think nodejs12.x should be accepted.
The text was updated successfully, but these errors were encountered: