Hi all, I've recently been doing a bit of PicoLisp, and some AWS stuff. I've decided that I would like to run some PicoLisp in AWS Lambda.
So I wrote a custom runtime as well as scripts to package the runtime into a layer and publish it to an AWS account. Still working on some integration tests and seeing where I can clean up the code, however the runtime actually does work and I'm able to now run PicoLisp code in AWS Lambda! For convenience, Alex Williams' picolisp-json and picolisp-awscurl libraries are pulled and included in the runtime and loaded by default. Code is MIT licensed and available here: https://github.com/patrixl/picolisp-aws-lambda <https://github.com/patrixl/picolisp-aws-lambda> Comments welcome! Pat.