Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit c251baf

Browse files
Update src/function/handler_context.ts
Co-authored-by: Eduardo Bouças <[email protected]>
1 parent 30794ce commit c251baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/handler_context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface HandlerContext {
1212
logGroupName: string
1313
logStreamName: string
1414
/**
15-
* A Promise that allows the Lambda function to respond immediately while still waiting
15+
* A Promise that allows the function to respond immediately while still waiting
1616
* for the operation to complete asynchronously.
1717
*/
1818
waitUntil: Promise<any>

0 commit comments

Comments
 (0)