apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

remove hardcoded env variables for run handler #67

Closed csantanapr closed 6 years ago

csantanapr commented 6 years ago

This allows for the customized invoker with an SPI to send more variables in the run handler @eweiter could you review this PR.

eweiter commented 6 years ago

@vvraskin ,@csantanapr Had asked me to review this, the logic looks clear and correct. Please merge when you can.