/Lamb-D

An AWS Lambda Layer for Dlang

Primary LanguageDBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Overview

An AWS Lambda Runtime for Dlang, written from scratch in D.

Building

  • Install the dependences: sh ./setup__external__deps.sh
  • Add your lambda implementation into bootstrap.d
  • type: dub --compiler=gdc or dub --compiler=ldc2

Testing

For verification of your Lamb-D in a local serverless style, try:

  • sh ./setenv__fake__lambdaenv.sh
  • dub test

TODO: Add some better testing facilities.

Deploying

  • Create an AWS Lambda with a Custom Runtime
  • Run the packager: sh ./packager.sh
  • Copy your lambda.zip into your AWS Lambda instance on AWS. TODO: Add some more details on the setup.

Attributions

Inspirations