Skip to content

Commit bffd6d7

Browse files
Update examples/snippets/logger/logEventDecorator.ts
Co-authored-by: Leandro Damascena <leandro.damascena@gmail.com>
1 parent 4d0fc05 commit bffd6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/snippets/logger/logEventDecorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const logger = new Logger();
66
class Lambda implements LambdaInterface {
77
@logger.injectLambdaContext({ logEvent: true }) // (1)
88
public async handler(_event: unknown, _context: unknown): Promise<void> {
9-
// ... your lambda handler
9+
// ... your logic here
1010
}
1111
}
1212

0 commit comments

Comments
 (0)