Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 755 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 755 Bytes

Serverless QBasic

This repository contains all code required to run a QBasic program as an OpenWhisk action.

Building and deploying

  1. Build the Docker image: docker build --no-cache -t <yourid>/morse .
  2. Publish it to DockerHub: docker login; docker push "<yourid>/morse"
  3. Create an OpenWhisk action: wsk action create morse --docker "<yourid>/morse"
  4. Run it: wsk action invoke -br morse -p input "les sanglots longs des violons de l'automne"

Build Status

Write-up

You can find a blog post about this project here.