Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leonidas-from-xiv/awwcaml
- Owner: Leonidas-from-XIV
- License: other
- Created: 2018-07-01T11:04:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T15:59:38.000Z (over 6 years ago)
- Last Synced: 2025-01-14T02:04:13.158Z (19 days ago)
- Topics: aws, aws-lambda, ocaml, ocaml-bindings, ocaml-library
- Language: OCaml
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
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.