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 152553d commit 4887c02Copy full SHA for 4887c02
libs/index.ts
@@ -51,7 +51,7 @@ export class ServerlessNestjsApplicationFactory<T = any> {
51
return serverless.createServer(expressApp)
52
}
53
54
- public async create (
+ public async run (
55
event: APIGatewayProxyEvent | APIGatewayEvent,
56
context: Context
57
) {
0 commit comments