python-aws-lambda-handlers
python-aws-lambda-handlers copied to clipboard
An opinionated Python package that facilitates specifying AWS Lambda handlers including input validation, error handling and response formatting.
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pymdown-extensions](https://redirect.github.com/facelessuser/pymdown-extensions) | `==7.1` -> `==10.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability...
Bumps [pygments](https://github.com/pygments/pygments) from 2.10.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 7.1 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Function `__call__` has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. https://codeclimate.com/github/enter-at/python-aws-lambda-handlers/lambda_handlers/handlers/lambda_handler.py#issue_5fa57dd097fc8c0001000043
Documentation currently contains a number of dead links, which should be fixed.
Have a pipeline to deploy an AWS lambda function in a disposable environment and call them remotely to test. Examples can be found in the Lcaonia js project: https://github.com/laconiajs/laconia
Do you think a class to help managing event input data and environment variables in only one place for backend lambda functions would be useful here? [this](https://bitbucket.org/nordcloud/mdl-glue/src/master/handlers/configuration.py)