Howdy, I'm new to Chicken Scheme so to focus my learning I decided to see if I could get a chicken program deployed to AWS Lambda. The results are here:
https://github.com/coopernurse/apex-chicken The crux of this is the build-chicken-apex.sh script. It uses "chicken-install -deploy" to build all required extensions into a single dir that apex zips up and sends to AWS. One limitation is lack of cross-compilation support, so this will only work from a Linux machine. Not sure how easy/hard cross-compilation would be to add (are there flags for specifying arch?). Alternately I could stick this in a docker image so that builds are done in a container which would make it a bit friendlier for users on Mac/Windows. Thanks to sjamaan on #chicken for tips and feedback. my best, -- James _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
