Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geovanisouza92/lambdac

Run code in response to events
https://github.com/geovanisouza92/lambdac

Last synced: 15 days ago
JSON representation

Run code in response to events

Awesome Lists containing this project

README

        

# LambdaC

Run code in response to events.

**Warning**: currently in alpha stage.

Inspired by [force12](https://github.com/force12io/force12), [lambda-docker](https://github.com/tobegit3hub/lambda-docker) and [AWS Lambda](http://docs.aws.amazon.com/lambda/latest/dg/welcome.html).

Create **runtimes** by specifying an image and container engine (Docker is the first for now, but not limited to it), then create **functions** to be called when events arrive.

No scaling is needed. Function **instances** are created, started and stopped on demand.