apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

Use needle to replace request #304

Closed jiangpengcheng closed 5 years ago

jiangpengcheng commented 5 years ago

Related to https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/142

currently these three actions(github/webhook, slack/post, weather/forcast) will be failed bacause of package request is not installed in the default nodejs runtime image.

So I think use needle maybe better because of it is available in all the node runtimes and doesn't need to install extra packages in docker images