csantanapr commented on issue #15: Support tar.gz as package format, for increased compatibility with `npm pack` URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/15#issuecomment-348694415 @trieloff can you open an issue in main repo https://github.com/apache/incubator-openwhisk for an enhancement request? The work needs to be done in the controller and invoker as phase1, they need to handle the payload in zip, or tgz and a way to detect it, then pass it down to the runtimes. Then phase2 would be to modify all the runtimes that want to handle this, to also handle tgz in addition of zip, today they body has {binary: true}, but this would not describe if it's zip or tgz.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
