Apache openserverless

Clone this repo:
  1. 13e414f Merge pull request #16 from apache/0.9.0 by Michele Sciabarra · 3 days ago 0.9.1 main
  2. 16bc007 Merge pull request #15 from d4rkstar/0.9.0 by Michele Sciabarra · 5 weeks ago 0.9.0
  3. 101f60f chore(doc): updated README by Bruno Salzano · 5 weeks ago
  4. 7c97989 ideppotent build by Trustable User · 6 weeks ago
  5. 3a88d93 remove devcontainer at rebuild by Trustable User · 6 weeks ago

openserveless-build

This repo builds the OpenWhisk controller that is the core of OpenWhisk and publishes the images in the GitHub docker registry.

It includes as a subrepo apache/openwhisk

Developer Guide

To develop with this repo, please use VSCode. You can use other IDEs if you want but for VSCode there is the configuration ready. Note that you need also Docker running.

You can put it at work with the following procedure

  1. clone everyting and open it in VSCode:
git clone https://github.com/apache/openserverless-build
code openserverless-build

It will open and show a pop-up asking if you want to Reopen in Container. Click on it.

  1. When it has finished, open the workspace.code-workspace file and then open the workspace (there will be a button to do that, click on it).
  2. Open the Metals plugin (click on the icon that looks like an ‘m’). To import the project, click on New Scala Project (but do not create any project actually) then import build. This will activate the Metals plugin, it will import all the subprojects and make available all the features of the plugin.
  3. Check Run doctor to verify the projects has been imported correctly. An healthy import looks like this: