digitalmars.D - Is there a aws-lambda-d runtime implement ?
- Newbie2019 (4/4) Jun 30 2019 Aws lambda support custom runtime:
- a11e99z (3/7) Jun 30 2019 through process pipes
- Newbie2019 (3/5) Jun 30 2019 This seems just a nodejs runtimes, which is work but with extra
- Laeeth Isharc (4/10) Jul 01 2019 If it matters to you, then I don't think it would be much work to
- 9il (2/8) Jul 02 2019 Maybe this one https://github.com/vibe-aws/vibe-aws
- Seb (4/8) Jul 04 2019 A few options:
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 ?
Jun 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/
Jun 30 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.
Jun 30 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: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.cppthrough process pipes https://awslambda-d.readthedocs.io/en/latest/This seems just a nodejs runtimes, which is work but with extra CPU time cost.
Jul 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:Maybe this one https://github.com/vibe-aws/vibe-awsthrough process pipes https://awslambda-d.readthedocs.io/en/latest/This seems just a nodejs runtimes, which is work but with extra CPU time cost.
Jul 02 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
Jul 04 2019