apache / openwhisk-runtime-php

Apache OpenWhisk Runtime PHP supports Apache OpenWhisk functions written in PHP
https://openwhisk.apache.org/
Apache License 2.0
39 stars 33 forks source link

Add parameters as proper environment variables #75

Closed rabbah closed 4 years ago

rabbah commented 4 years ago

The parameters need to be set up as environment variables so that getenv() can retrieve them too.

Also closes #73.

rabbah commented 4 years ago
Screen Shot 2019-12-14 at 1 49 02 PM
rabbah commented 4 years ago

Thanks for the help 🙏