aws-lambda-ocaml-runtime icon indicating copy to clipboard operation
aws-lambda-ocaml-runtime copied to clipboard

An OCaml custom runtime for AWS Lambda and Vercel

Results 7 aws-lambda-ocaml-runtime issues
Sort by recently updated
recently updated
newest added

I'm submitting this an initial proof of concept, so I have something to discuss and raise some questions. The implementation is still very sloppy and it's missing some details, but...

For people who want to try out their lambdas locally

Right now the client is not exposed in the `.mli` file but perhaps we should do it if people wanna build their own modified runtime?

Hi @anmonteiro Do you have an idea as to why I receive this error from my basic lambda? I've changed the `build.sh` to build with only dune without docker. Although...

Hi there. I'm trying to spin up a lambda function, but when I run the `build.sh` file (after adapting the `build.sh` and `Dockerfile` scripts to my project -- basically just...

Rust runtime implemented it in https://github.com/awslabs/aws-lambda-rust-runtime/pull/628