### Static type checker used pyright/pylance ### AWS Lambda function runtime 3.12 ### Powertools for AWS Lambda (Python) version latest ### Static type checker info Expression of type "str | None" cannot be assigned to declared type "str" Like in #3839 I found some more places for missing overloads. ### Code snippet ```python header_value: str = event.get_header_value("name", "") ``` ### Possible Solution _No response_