Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ azure.json
boss.json
cluster.log
tasks.log

# local dev
.vscode/
myworker/
15 changes: 15 additions & 0 deletions DEMO_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# OpenLambda Demo (Codespaces)

## Build
make ol imgs/ol-min

## Init + Run worker
sudo ./ol worker init -p myworker -i ol-min
sudo ./ol worker up -p myworker

## Health check
curl -s http://localhost:5000/status

## Install + Run hello lambda
sudo ./ol admin install -n hello -p myworker examples/hello
curl -s -X POST http://localhost:5000/run/hello -d '{}'