IoTone / Lamb-D

An AWS Lambda Layer for Dlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add bootstrap.d example use of lambda Runtime for D

truedat101 opened this issue · comments

Make a bootstrap.d that uses the example Lamb-D. Change the package format back to app, don't use library. Rename app.d to be bootstrap.d, and make use of the Lamb-D library.

I'd say this first cut of the simple example is done. It doesn't do any error handling but it does return a set of UUIDs based on the input event "count" value. Clean up and enhance later.