apache / openwhisk-composer

Apache OpenWhisk Composer provides a high-level programming model in JavaScript for composing serverless functions
https://openwhisk.apache.org/
Apache License 2.0
68 stars 21 forks source link

feat: add support for passthrough http optons on deploy #46

Closed starpit closed 5 years ago

starpit commented 5 years ago

adds support to composer.deploy for passing through http options to the underlying openwhisk npm create and delete operations

use case: e.g. this allows clients to keep a specially configured http agent, and use it uniformly across all openwhisk operations

Fixes #45