Skip to content

Commit e46d10c

Browse files
committed
Link to demo app
1 parent f295c9b commit e46d10c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ The handler supports events from the following sources:
2727
- API Gateway [HTTP APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html)
2828
- [Application Load Balancer](https://docs.aws.amazon.com/lambda/latest/dg/services-alb.html)
2929

30+
## Demo app
31+
32+
There's a [demo app](https://github.com/janaz/lambda-request-handler-example) showcasing the features of this library available [here](https://github.com/janaz/lambda-request-handler-example)
33+
3034
## Usage
3135

3236
The default export of `lambda-request-handler` is a function that takes an application handler (i.e. Express.js app instance) as an argument and returns an AWS Lambda handler function.

0 commit comments

Comments
 (0)