We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fccbe1 commit 24630dfCopy full SHA for 24630df
README.md
@@ -23,8 +23,9 @@ The main differences between this module and `aws-serverless-express` are
23
* It's free from issues caused by limits in Node.js http module such as header size limit
24
25
The handler supports events from the following sources:
26
-- API Gateway
27
-- Application Load Balancer
+- API Gateway [REST APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-rest-api.html)
+- API Gateway [HTTP APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html)
28
+- [Application Load Balancer](https://docs.aws.amazon.com/lambda/latest/dg/services-alb.html)
29
30
## Usage
31
0 commit comments