apache / openwhisk-workshop

[DEPRECATED] - OpenWhisk workshop to help developers learn how to build serverless applications using the platform.
Apache License 2.0
36 stars 19 forks source link

fix unmatch python version #19

Closed enixdark closed 5 years ago

enixdark commented 7 years ago

When I use wsk action get hello-world-python , the response returned { "kind": "python:2", ... } instead of { "kind": "python", ... } So I think that should use regex for match language runtime version 'll better than.

jthomas commented 7 years ago

LGTM.

I don't have write access to this repo anymore so I'll need @mrutkows or @csantanapr to check and merge.

I can publish a new version to NPM once it's completed.

dgrove-oss commented 5 years ago

Closing as project is being archived.