From db23cce9e26d86a544c90559a6709addfaad4e9f Mon Sep 17 00:00:00 2001 From: "David J. Kordsmeier" Date: Tue, 5 Nov 2019 21:40:22 -0800 Subject: [PATCH] refs #4 Update details of attribution and overview --- README.md | 6 +++++- dub.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e87ffd3..0f9dc6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overview -An AWS Lambda Runtime for Dlang +An AWS Lambda Runtime for Dlang, written from scratch in D. ## Building @@ -23,6 +23,10 @@ TODO: Add some better testing facilities. - 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 + +- @adamdrupe http2 from arsd: https://github.com/adamdruppe/arsd/blob/master/http2.d + ## Inspirations - Cramda, a Crystal language based custom runtime https://github.com/lambci/crambda diff --git a/dub.json b/dub.json index 9eb8dc9..a7309d0 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "dependencies": { "openssl": "~>2.0.1" }, - "description": "An AWS Lambda Layer for Dlang.", + "description": "An AWS Lambda custom runtime for Dlang, written in D.", "dflags": ["-static"], "sourcePaths": ["source"], "sourceFiles": [