Thread overview
Is there a aws-lambda-d runtime implement ?
Jun 30, 2019
Newbie2019
Jun 30, 2019
a11e99z
Jul 01, 2019
Newbie2019
Jul 01, 2019
Laeeth Isharc
Jul 02, 2019
9il
Jul 04, 2019
Seb
June 30, 2019
Aws lambda support custom runtime:
https://github.com/awslabs/aws-lambda-cpp
https://github.com/awslabs/aws-lambda-rust-runtime

Is there a aws-lambda-d runtime ?


June 30, 2019
On Sunday, 30 June 2019 at 17:01:03 UTC, Newbie2019 wrote:
> Aws lambda support custom runtime:
> https://github.com/awslabs/aws-lambda-cpp
> https://github.com/awslabs/aws-lambda-rust-runtime
>
> Is there a aws-lambda-d runtime ?

through process pipes
https://awslambda-d.readthedocs.io/en/latest/
July 01, 2019
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.


July 01, 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


July 02, 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.

Maybe this one https://github.com/vibe-aws/vibe-aws
July 04, 2019
On Sunday, 30 June 2019 at 17:01:03 UTC, Newbie2019 wrote:
> Aws lambda support custom runtime:
> https://github.com/awslabs/aws-lambda-cpp
> https://github.com/awslabs/aws-lambda-rust-runtime
>
> Is there a aws-lambda-d runtime ?

A few options:

https://github.com/IoTone/Lamb-D
http://code.dlang.org/packages/awslambda_d