sciabarracom / openwhisk-runtime-typescript

OpenWhisk typescript runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript runtime

This is the typescript runtime.

You action can be:

  • a single file
  • multiple files withing a zip

If you have multiple files, a tsconfig.json listing the typescript files is mandatory.

In the zip, you can optionally add a package.json

If the package.json is specified, it will resolve the dependencies using yarn.

More to come...

About

OpenWhisk typescript runtime


Languages

Language:JavaScript 22.0%Language:Shell 17.5%Language:TypeScript 16.4%Language:Python 14.9%Language:Makefile 13.2%Language:Scala 9.7%Language:Dockerfile 6.3%