Skip to content

Commit

Permalink
refs #4 Update details of attribution and overview
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Nov 6, 2019
1 parent 6fdeb2a commit db23cce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dub.json
Expand Up @@ -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": [
Expand Down

0 comments on commit db23cce

Please sign in to comment.