Skip to content

andre2007/aws-lambda-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

D implementation of the AWS Lambda runtime

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages