IoTone / Lamb-D

An AWS Lambda Layer for Dlang
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Add bootstrap.d example use of lambda Runtime for D #2

Closed truedat101 closed 5 years ago

truedat101 commented 5 years ago

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.

truedat101 commented 5 years ago

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.