Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geovanisouza92/lambdac
- Owner: geovanisouza92
- License: apache-2.0
- Created: 2016-01-18T17:45:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T17:45:28.000Z (almost 9 years ago)
- Last Synced: 2023-03-22T20:53:33.703Z (almost 2 years ago)
- Language: Go
- Size: 832 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.