-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: impact of clear_state=True
when using Lambda Layers & Logger
#4458
Comments
Hi @ChrisHills463, The docs are correct, it affects us – we should probably change the wording though here with what it actually affects. |
Assigning to release it this Thursday |
Hi @leandrodamascena, can you pick this up in the next iteration? Should be a quick one. |
clear_state=True
with Logger() when using Powertools as a Lambda layer vs using other Lambda layersclear_state=True
when using Lambda Layers & Logger
Assigned to @anafalcao |
|
What were you searching in the docs?
I was reading about
Logger()
Is this related to an existing documentation section?
https://docs.powertools.aws.dev/lambda/python/latest/core/logger/#clearing-all-state
How can we improve?
The documentation contains a warning
Danger: This can have unintended side effects if you use Layers
however I believe this relates to using other layers as opposed to using the Powertools layer itself.Got a suggestion in mind?
Something like...
Acknowledgment
The text was updated successfully, but these errors were encountered: