apache / openwhisk-runtime-nodejs

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
https://openwhisk.apache.org/
Apache License 2.0
60 stars 72 forks source link

Export activation arguments to environment during initialization. #143

Closed rabbah closed 5 years ago

rabbah commented 5 years ago

This is part of the work related to https://github.com/apache/incubator-openwhisk/issues/4558 and depends on https://github.com/apache/incubator-openwhisk/pulls/4559.

rabbah commented 5 years ago

@chetanmeh this is ready.

chetanmeh commented 5 years ago

Relevant test also now pass

runtime.actionContainers.NodeJs12ActionContainerTests > runtime proxy should export environment variables before initialization PASSED
rabbah commented 5 years ago

oy you're too fast - I was about to rename the test method name :)

chetanmeh commented 5 years ago

Ah you mean change testEnvPartition? That would require change in core repo also?