Search code examples
javascriptnode.jstypescriptibm-cloudopenwhisk

Any starter kit or sample to use TypeScript in IBM Cloud Functions / OpenWhisk?


I am developing actions in IBM Cloud Functions and so far have used Node.js / Javascript and Python for coding. I haven't seen instructions on how to use TypeScript with IBM Cloud Functions.

What is the recommended way of using TypeScript, is it to deploy a Docker container or can I use it similar to (more or less) simple JavaScript actions? Any starter packages or samples?


Solution

  • I found the following guidelines so far: