From f2554a3aacf05e3fc17f7323d667aef5d47ad40c Mon Sep 17 00:00:00 2001 From: "Edward Q. Bridges" Date: Mon, 6 Jan 2020 06:07:29 -0500 Subject: [PATCH] Add lgw `lgw` (lambda gateway) is a tool to simply, easily configure an AWS Gateway and Domain Name in front of a Lambda function. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cef279..b3d90fb 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ ## Projects +- [Lambda Gateway](https://github.com/ebridges/lgw) - `lgw` is a tool to simply, easily configure an AWS Gateway and Domain Name in front of a Lambda function. - [Official joke API](https://github.com/15Dkatz/official_joke_api) - Vue Jokester application backend. - [Event Gateway Getting Started](https://github.com/serverless/event-gateway-getting-started) - Walkthrough application for using the Event Gateway. - [Utils](https://github.com/serverless/utils) - General Serverless utilities.