Skip to content

Commit 24630df

Browse files
committed
Updated list of supported AWS integrations
1 parent 3fccbe1 commit 24630df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ The main differences between this module and `aws-serverless-express` are
2323
* It's free from issues caused by limits in Node.js http module such as header size limit
2424

2525
The handler supports events from the following sources:
26-
- API Gateway
27-
- Application Load Balancer
26+
- API Gateway [REST APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-rest-api.html)
27+
- 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)
2829

2930
## Usage
3031

0 commit comments

Comments
 (0)