Skip to content

Commit cd2c2d9

Browse files
saragerionflochazdreamorosi
authored
feat(logger): JSDOCS support (#491)
* docs(logger): WIP jsdocs Logger.ts * feat(logger): add jsdocs support * fix(logger): jsdocs finetuning * fix(logger): removed trailing eslint jsdocs flag * Update packages/logger/src/config/EnvironmentVariablesService.ts Co-authored-by: Florian Chazal <[email protected]> * Update packages/logger/src/Logger.ts Co-authored-by: Andrea Amorosi <[email protected]> * Update packages/logger/src/Logger.ts Co-authored-by: Andrea Amorosi <[email protected]> * Update packages/logger/src/Logger.ts Co-authored-by: Andrea Amorosi <[email protected]> * Update packages/logger/src/Logger.ts Co-authored-by: Andrea Amorosi <[email protected]> * Update packages/logger/src/Logger.ts Co-authored-by: Andrea Amorosi <[email protected]> * Update packages/logger/src/Logger.ts Co-authored-by: Andrea Amorosi <[email protected]> * docs(logger): improve example for jsdocs Co-authored-by: Florian Chazal <[email protected]> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 524c268 commit cd2c2d9

11 files changed

+593
-7
lines changed

Diff for: examples/cdk/src/example-function.MyFunctionWithMiddy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const lambdaHandler = async (event: typeof Events.Custom.CustomEvent, context: C
6262
return res;
6363
};
6464

65-
// We instrument the handler with the various Middy middlewares
65+
// We instrument the handler with the various Middy middleware
6666
export const handler = middy(lambdaHandler)
6767
.use(captureLambdaHandler(tracer))
6868
.use(

0 commit comments

Comments
 (0)