From 59fb42c7cdb535333f6b192d0b7053b332a634c8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 14 Sep 2024 18:03:29 -0500 Subject: [PATCH 1/3] doc: remove expired domain from README This domain expired and is now being used to host an ai spam blog --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 41d5d54..f179ed8 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ Mangum is an adapter for running [ASGI](https://asgi.readthedocs.io/en/latest/) applications in AWS Lambda to handle Function URL, API Gateway, ALB, and Lambda@Edge events. -***Documentation***: https://mangum.io/ - ## Features - Event handlers for API Gateway [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html) and [REST](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-rest-api.html) APIs, [Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html), [Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html), and [CloudFront Lambda@Edge](https://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html). From b9a6ef5ce25a8dd426f46bd0595ed737ddd1dfa5 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 20 Sep 2024 11:54:24 -0500 Subject: [PATCH 2/3] doc: update to new URL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f179ed8..7051b4b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Mangum is an adapter for running [ASGI](https://asgi.readthedocs.io/en/latest/) applications in AWS Lambda to handle Function URL, API Gateway, ALB, and Lambda@Edge events. +***Documentation***: https://mangum.fastapiexpert.com/ ## Features - Event handlers for API Gateway [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html) and [REST](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-rest-api.html) APIs, [Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html), [Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html), and [CloudFront Lambda@Edge](https://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html). From 86d72576d1738556be2caaeb467b9ca86dea39e8 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 20 Sep 2024 19:24:09 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7051b4b..b32f87e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Mangum is an adapter for running [ASGI](https://asgi.readthedocs.io/en/latest/) applications in AWS Lambda to handle Function URL, API Gateway, ALB, and Lambda@Edge events. ***Documentation***: https://mangum.fastapiexpert.com/ + ## Features - Event handlers for API Gateway [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html) and [REST](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-rest-api.html) APIs, [Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html), [Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html), and [CloudFront Lambda@Edge](https://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html).