Skip to content

Releases: open-lambda/open-lambda

v0.1.1

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@tylerharter tylerharter released this 08 Sep 19:20
remove git hooks for release

First release!

First release! Pre-release
Pre-release

Choose a tag to compare

@tylerharter tylerharter released this 19 Jun 22:58

This is still fairly rough, but enables you to spin up a local cluster and play with some applications that run on OpenLambda. The start-local-cluster.py script starts an nginx load balancer, a Lambda store (currently just a Docker registry), and a number of Lambda workers. Each of these nodes runs as a Docker container. Each Lambda worker contains our Lambda engine, a RethinkDB shard, and a Docker daemon for sandboxing Lambdas (yes, we're running Docker inside of Docker).

Warning: this is certainly not secure yet. Lambdas run on the same network as our servers, and the RethinkDB database is shared between all applications.