python-aws-lambda-handlers icon indicating copy to clipboard operation
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.

Results 24 python-aws-lambda-handlers issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pymdown-extensions](https://redirect.github.com/facelessuser/pymdown-extensions) | `==7.1` -> `==10.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pymdown-extensions/10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pymdown-extensions/7.1/10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability...

size/XS

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)...

size/XS
dependencies
python

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...

size/XS
dependencies
python

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

automated pr

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

Code Climate

Documentation currently contains a number of dead links, which should be fixed.

bug

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)