You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The list of supported frameworks matches [in-process-request](https://github.com
14
14
* NestJS v7
15
15
* Connect v3
16
16
* Koa v2
17
+
* Polka
17
18
18
19
Inspired by [aws-serverless-express](https://github.com/awslabs/aws-serverless-express)
19
20
@@ -176,3 +177,26 @@ exports = { handler }
176
177
```
177
178
178
179
If the above file in your Lambda source was called `index.ts`, compiled to `index.js` then the name of the handler in the Lambda configuration is `index.handler`
0 commit comments