aws-lambda-d

D implementation of the AWS Lambda runtime.


Keywords
library, web, communication, aws, aws-lambda, d, lambda
License
Apache-2.0
Install
dub fetch aws-lambda-d --version 0.1.0

Documentation

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