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

A toolkit for developing and deploying serverless Python code in AWS Lambda.

Results 67 python-lambda issues
Sort by recently updated
recently updated
newest added

Hi Is this project being maintained? the latest version is 11.8.0 which was released on Jan 05, 2021 but the latest commit was pushed on June 2022 to master -...

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

After installing python-lambda ```python ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts....

HI, i try to install python-lambda 11.8.0 with black 24.4.2. i got error like following ``` Because no versions of python-lambda match >11.8.0,=11.8.0,=8.0.0) and no versions of black match >24.4.2,=11.8.0,=24.4.2,

While doing some static analysis, found that this bit of code is vulnerable to a ReDoS (Regular expression denial-of-service). https://github.com/nficano/python-lambda/blob/master/aws_lambda/helpers.py#L41 ```bash ⛔️ Error on line 41 in https://github.com/nficano/python-lambda/blob/master/aws_lambda/helpers.py#L41 PY033: Inefficient...