-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* ✨ Handle spaces in x-forwared-for (#1127) * 🔥 remove `six` (no longer needed as 2.x is no longer supported) * ✅ add testcase for SUPPORTED_VERSION check to increase code coverage. * 🎨 run black/isort * 🔧 rename function for clarity * 🔥 remove unnecessary import * 🔧 change name of unused mock instance * ✨ (#879) Fix url decoding for query string * 🔧 change docstring type multi-line comment to standard multiline comment ✨ handle case where "requestContext" is not provided by the event. > Systems calling the Lambda (other than API Gateway) may not provide the field requestContext in the event. ✅ add testcases * 🔥 remove duplicate comment * 📝 add docstring to util function, `get_unsupported_sys_versioninfo()` * 🔥 remove double-underscore
- Loading branch information
Showing
4 changed files
with
199 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters