Closed leonardoesx closed 6 years ago
I can reproduce the issue, I will send a PR for fixing that.
Apart from that, note that the artifact
should be a zip file containing the function, in your case you should include api-fatura-1.0.2.jar
inside a zip file. Also note that you need to use the jvm
runtime for using jar files.
We have released 0.5.1, that version should solve your issue :)
I'm trying to deploy a java serverless function. In my serverless.yml my package is being defined like this:
When I run sls deploy I get the following error:
Digging into the code, I saw you guys are never trying to get
Which is, exactly, the property I need. Is it possible to include this line in kubelessDeloy.js ?