pylambder
Easy way to run your python code as asynchronous tasks in AWS Lambda
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
- Python 3.7
- AWS CLI
- SAM CLI
Give examples
Installing
A step by step series of examples that tell you how to get a development env running
Say what the step will be
Give the example
And repeat
until finished
End with an example of getting some data out of the system or using it for a little demo
Running the tests
make test
Unit tests
Unit tests are created using python's unitttest. They are in test/ directory
and should be in files named test_*.py. This allows their autodiscovery.
Linter
Install with pip install -r dev-requirements.txt or pip install .[dev] (this installs whole pylambder).
Run:
wgslr/pylambder$ pylint pylambder
The linter is configured in pylintrc. File tox.ini is also provided to configure pep8 linter, used e.g. by Visual Studio Code.
Deployment
Add additional notes about how to deploy this on a live system
Built With
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
Release files for pylambder 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylambder-0.2.1.tar.gz | 28.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylambder-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 61.9 kB
Release files / pylambder-0.2.1.tar.gz
| Download URL | pylambder-0.2.1.tar.gz |
|---|---|
| Size | 28.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4eb69a72bb3b534a613e681090ca62699543e16cc90acdb11412ee90de7f6d69
|
|
BLAKE2b-256 checksum How to use checksums |
ad54e0a3ef01c2329573209e351c428df0ab4c55f3fa2ca2a02637f37835aec3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.0
|
Release files / pylambder-0.2.1-py3-none-any.whl
| Download URL | pylambder-0.2.1-py3-none-any.whl |
|---|---|
| Size | 33.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e12581968a89ce469bb25df93e52c566f500dc8eac7d3a94da890c88d8262d70
|
|
BLAKE2b-256 checksum How to use checksums |
dfc952affe4ba7b2dbc52b4ef380c89f791f5ece67b865ebb49a45e17e48b8d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.0
|