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 4ed3ed2 commit 320eb72Copy full SHA for 320eb72
packages/serverless/src/awslambda.ts
@@ -250,7 +250,7 @@ export function wrapHandler<TEvent, TResult>(
250
};
251
let timeoutWarningTimer: NodeJS.Timeout;
252
253
- // AWSLambda is like Express. It makes a distinction about handlers based on it's last argument
+ // AWSLambda is like Express. It makes a distinction about handlers based on its last argument
254
// async (event) => async handler
255
// async (event, context) => async handler
256
// (event, context, callback) => sync handler
0 commit comments