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

🐍λ✨ - A collection of useful decorators for making AWS Lambda handlers

Results 18 lambda-decorators issues
Sort by recently updated
recently updated
newest added

Because I only see reasons against it: 1. Simply because a JSON can be passed also as bytes - hence `json.loads()` method accepts types of bytes and bytearray as well....

Hi! Thanks for writing and maintaining this module! :smile: The Python 3.10 docs for [`asyncio.get_event_loop()`](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop) note: > Deprecated since version 3.10: Deprecation warning is emitted if there is no running...

Bumps [babel](https://github.com/python-babel/babel) from 2.7.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 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

Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

While encouraged to be a valid json object, the secrets manager doesn't actually enforce that the secrets are json. This PR first tries to decode the json, and if it...

The sample code in the `log_everything` sample class doesn't contains the first `self` parameters