Apache openserverless

Clone this repo:
  1. 0667893 Merge pull request #20 from apache/0.9.0 by Michele Sciabarra · 23 hours ago main
  2. 65b9348 upddate references by Michele Sciabarra · 3 days ago
  3. bf99b08 Merge pull request #18 from apache/0.9.0 by Bruno Salzano · 5 days ago 0.9.0-incubating.26i07r51-snapshot
  4. 0e44206 aligned github actions to asf actions by Michele Sciabarra · 5 days ago
  5. d51a943 fixed snapshot by Michele Sciabarra · 6 days 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: