rodric rabbah
rodric rabbah
Thanks @travigd! Contributions are welcome.
perhaps a copy or link to https://github.com/serverless/serverless/blob/master/CONTRIBUTING.md form this repo?
the optional properties allowed for a task are `merge`, `input` and `output`, none of these allow one to easily bind parameters to be passed to the task that's called; could...
looks like it - needs a rebase now.
This might a good candidate for action loop (with its compiler) - cc @sciabarracom
You can create a new typescript action that is action loop based?
By tagging, do you mean attach the stack trace/cause to the error object? Or provide a pointer to where more details might be found? This would generally be helpful -...
Hmm - we can auto detect zip vs tgz in each of the runtimes (see https://en.wikipedia.org/wiki/List_of_file_signatures). The expected first bytes for a zip/jar file are `50 4b 03 04` and...
For reference, tgz support isn't particularly hard in the proxies: https://github.com/apache/incubator-openwhisk/pull/1166 originally had tgz.
Neither the controller or the invoker look into the binary blob beyond setting the binary bit which is detected based on the presence of base64 encoding. All the logic for...