You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript (ts) functions get compiled and run as node functions - there is some support to ship ts code as the action code and the action will compile it before it runs it (at init time). This will create a longer cold start. It's a nice feature for getting started but for production, the code should get compiled ahead of time rather than at runtime. As such we should close this issue as wont fix.
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-runtimes-manifest.
The text was updated successfully, but these errors were encountered: