aws-lambda-d 0.1.0

D implementation of the AWS Lambda runtime.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

aws-lambda-d

This is a translation from the C++ library https://github.com/awslabs/aws-lambda-cpp to D.

Use this library to create an executable (See examples/sample.d). Add the executable together with a file bootstrap into a zip archive. Set executable flag for file bootstrap. Content of file bootstrap:

#!/bin/sh
cd $LAMBDA_TASK_ROOT
$_HANDLER 
Authors:
  • Andre Pany
Dependencies:
none
Versions:
0.1.0 2019-Nov-04
~master 2019-Nov-04
~draft 2019-Nov-04
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 6 downloads total

Score:
0.6
Short URL:
aws-lambda-d.dub.pm