iron-io / lambda

All Iron.io open source AWS Lambda code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a set of tools, tests and libraries to convert Amazon AWS Lambda functions into Docker images that can run on any computer or cloud provider.

Java, Python and node.js are supported to various levels of compatibility.

Instructions on using this repository to convert Lambda functions to Docker images are in the introduction.

ironcli lambda support is in the ironcli repository.

./lambda

Library to Dockerize lambda functions. This is used by the test-suite and ironcli.

./images

Lambda compatible docker base images, bootstrap code and examples of creating custom images.

./test-suite

Harness and tests to run Lambda functions on AWS and IronWorker and ensure compatibility. See the test-suite README for more information.

Contributing

See CONTRIBUTING.md.

Based on previous work by Vitaly Lopatkin.

About

All Iron.io open source AWS Lambda code.

License:Apache License 2.0


Languages

Language:Go 47.5%Language:Java 30.4%Language:Python 13.1%Language:JavaScript 6.2%Language:Makefile 2.3%Language:Shell 0.6%