Is there a aws-lambda-d runtime implement ?
Laeeth Isharc
laeeth at kaleidic.io
Mon Jul 1 16:49:54 UTC 2019
On Monday, 1 July 2019 at 04:38:23 UTC, Newbie2019 wrote:
> On Sunday, 30 June 2019 at 18:13:51 UTC, a11e99z wrote:
>>
>> through process pipes
>> https://awslambda-d.readthedocs.io/en/latest/
>
> This seems just a nodejs runtimes, which is work but with extra
> CPU time cost.
If it matters to you, then I don't think it would be much work to
write a runtime in D. It's only 500 lines of C++.
https://github.com/awslabs/aws-lambda-cpp/blob/master/src/runtime.cpp
More information about the Digitalmars-d
mailing list