← 返回首页
Releases · open-lambda/open-lambda · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Releases: open-lambda/open-lambda

v0.1.1

v0.1.1 Pre-release
Pre-release
Compare

Choose a tag to compare

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

First release!

First release! Pre-release
Pre-release
Compare

Choose a tag to compare

Filter
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.

Footer

© 2026 GitHub, Inc.