generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedhelp-wantedWe would really appreciate some support from community for this oneWe would really appreciate some support from community for this oneloggerThis item relates to the Logger UtilityThis item relates to the Logger Utilitynot-a-bugNew and existing bug reports incorrectly submitted as bugNew and existing bug reports incorrectly submitted as bug
Description
Expected Behavior
Being able to call logger.resetKeys() without getting typescript compilation errors.
Current Behavior
logger.resetKeys() results in a typescript error Property 'resetKeys' does not exist on type 'Logger'. I believe this is because LoggerInterface does not define resetKeys().
Code snippet
const logger = new Logger();
logger.resetKeys();Steps to Reproduce
Compile with Typescript strict settings
Possible Solution
No response
Powertools for AWS Lambda (TypeScript) version
latest
AWS Lambda function runtime
20.x
Packaging format used
npm
Execution logs
No response
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedhelp-wantedWe would really appreciate some support from community for this oneWe would really appreciate some support from community for this oneloggerThis item relates to the Logger UtilityThis item relates to the Logger Utilitynot-a-bugNew and existing bug reports incorrectly submitted as bugNew and existing bug reports incorrectly submitted as bug
Type
Projects
Status
Shipped