running D on AWS lambda

Laeeth Isharc via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Mar 13 14:22:11 PDT 2016


http://awslambda-d.readthedocs.org/
http://code.dlang.org/packages/awslambda_d
https://github.com/kaleidicpublic/awslambda_d


AWS Lambda is a 'compute service that runs your code in response 
to events and automatically manages the new compute resources for 
you, making it easy to build applications that respond quickly to 
new information'.

Current supported runtimes (at least when I wrote the code, some 
months back) were Javascript (node.js) and Java, but I wanted to 
be able to write scripts in D, since that's what I use for my 
existing work.


More information about the Digitalmars-d-announce mailing list