From dbb684c96daee1a4f90fc5b79a7d7829a61b0639 Mon Sep 17 00:00:00 2001 From: Warren Parad <5056218+wparad@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:16:35 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1205ce5..74cc943 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # OpenAPI Factory (Javascript) -[![npm version](https://badge.fury.io/js/openapi-factory.svg)](https://badge.fury.io/js/openapi-factory) +This is an open source project managed by the [Authress Engineering team](https://authress.io). + +

+ + + + + + + + +

Provides an simple event interceptor for AWS Lambda. Handles events tha come from API Gateway, SQS, EventBridge, and all other AWS services and routes them to appropriate lambda code. This enables you to have single AWS Lambda function for your whole service instead of needing tons of nano-ones to handle every route.