Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leonidas-from-xiv/awwcaml

WIP Implementation of glue code to run OCaml on AWS Lambda
https://github.com/leonidas-from-xiv/awwcaml

aws aws-lambda ocaml ocaml-bindings ocaml-library

Last synced: 11 days ago
JSON representation

WIP Implementation of glue code to run OCaml on AWS Lambda

Awesome Lists containing this project

README

        

awwcaml
=======

A library to wrap your OCaml code to work on AWS Lambda.

How it works
------------

It implements the necessary bits to pretend your binary is a Go binary, thus
speaking `net/rpc` and communicating via the `Gobs` serialization format.