A collection of useful decorators for making AWS Lambda handlers
Project description
lambda-handlers
An opinionated Python package that facilitates specifying AWS Lambda handlers.
It includes input validation, error handling and response formatting.
Documentation
Read more about the project motivation and API documentation at:
How to collaborate
This project uses pipenv to manage its dependencies and Python environment. You can install it by:
pip install --user pipenv
We recommend using a Python virtual environment for each separate project you do. For that, we suggest using pyenv.
Installation
For development you should also install the development dependencies, so run instead:
cd <clone_dest>
make install-dev
This will install all dependencies and this project in development mode.
Testing
We use tox to run the code checkers.
You can run the tests by running tox
in the top-level of the project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lambda-handlers-3.0.0.tar.gz
.
File metadata
- Download URL: lambda-handlers-3.0.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfcbbb92edcf472e5ca2941f3c97ae88239c7967094e0cd60c998169868d5949 |
|
MD5 | 6993877492d8aa52d55b25b18b0a9b82 |
|
BLAKE2b-256 | db46b9b8283dbd8613415e2a989388da53506350f4275b1280bf4c97454caf98 |
File details
Details for the file lambda_handlers-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: lambda_handlers-3.0.0-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed14c53ace2120dda3d2285b0d34de31c47f3963b6b25d9c898ffec7bc1ebd14 |
|
MD5 | b6eb06ecb4c8e99159c79e31ab7b2d13 |
|
BLAKE2b-256 | 434018c4a5a041a825b5dc905cb804ed122a8943a8835251d2d386b57996c765 |