We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mypy (project's standard)
3.12
latest
It is possible to use get_header_value(headers, name, case_sensitive=None).
get_header_value(headers, name, case_sensitive=None)
def get_header_value( headers: dict[str, Any], name: str, default_value: str | None = None, case_sensitive: bool | None= False, ) -> str:
def get_header_value( headers: dict[str, Any], name: str, default_value: str | None = None, case_sensitive: bool = False, ) -> str:
The text was updated successfully, but these errors were encountered:
Thank you for opening this! Will look at it after the weekend
Sorry, something went wrong.
This issue is now closed. Please be mindful that future comments are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
rubenfonseca
Successfully merging a pull request may close this issue.
Static type checker used
mypy (project's standard)
AWS Lambda function runtime
3.12
Powertools for AWS Lambda (Python) version
latest
Static type checker info
It is possible to use
get_header_value(headers, name, case_sensitive=None)
.Code snippet
Possible Solution
The text was updated successfully, but these errors were encountered: