lambda-wsgi-adapter

WSGI adapter for AWS Lambda
Install
$ pip install lambda-wsgi-adapter
Usage
from wsgi_adapter import LambdaWSGIHandler
from django_project.wsgi import application
def lambda_handler(event, context):
handler = LambdaWSGIHandler(application)
return handler(event, context)
License
Copyright (c) 2023 Ekene Izukanne
Release files for lambda-wsgi-adapter 0.1.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 | |
|---|---|---|---|
| lambda-wsgi-adapter-0.1.1.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lambda_wsgi_adapter-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.8 kB
Release files / lambda-wsgi-adapter-0.1.1.tar.gz
| Download URL | lambda-wsgi-adapter-0.1.1.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7ee7d15182e16fa7e65e9847370c9f4c25e00d80eb4978894327e1d82470971e
|
|
BLAKE2b-256 checksum How to use checksums |
bf1a876fb53d96089518549a7361bc3590d7db149fd0a21edc9cae0724f0b747
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|
Release files / lambda_wsgi_adapter-0.1.1-py3-none-any.whl
| Download URL | lambda_wsgi_adapter-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
814c84632608ff2d89518fe91914928665c60063985b77ad8fefc059fb888fcd
|
|
BLAKE2b-256 checksum How to use checksums |
aef6d5767d542042ae63e4e7742f1d6c138d08fc55aa39a851f76363ff520c2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|