python-lambdarest icon indicating copy to clipboard operation
python-lambdarest copied to clipboard

Flask like web framework for AWS Lambda

Results 7 python-lambdarest issues
Sort by recently updated
recently updated
newest added

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

I've run into some dependency issues with the `werkzeug` pinning. This is a PR to bump that library, as well a few others. This move also requires the python version...

@sloev I have a decorator for handling form submissions with Werkzeug: https://gist.github.com/sphaugh/101c980d632ea2a6ccbbe03ac8526697 Can we integrate this with lambdarest? I was thinking it could be an option similar to `load_json`. I...

I've been using lambdarest for years and tried the latest version with [Lambda Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html), which will not work without a bit of work (notably, the field names in the...

help wanted