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
- Registered by Andre Pany
- 0.1.0 released 5 years ago
- andre2007/aws-lambda-d
- Apache-2.0
- Amazon.com, Inc. or its affiliates.
- Authors:
- Dependencies:
- none
- Versions:
-
0.1.0 2019-Nov-04 ~master 2019-Nov-04 ~draft 2019-Nov-04 - 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