WSGI adapter for AWS Lambda
Project description
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
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-wsgi-adapter-0.1.1.tar.gz
.
File metadata
- Download URL: lambda-wsgi-adapter-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ee7d15182e16fa7e65e9847370c9f4c25e00d80eb4978894327e1d82470971e |
|
MD5 | ef85d7486ac74689638d0523f228bc95 |
|
BLAKE2b-256 | bf1a876fb53d96089518549a7361bc3590d7db149fd0a21edc9cae0724f0b747 |
File details
Details for the file lambda_wsgi_adapter-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: lambda_wsgi_adapter-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 814c84632608ff2d89518fe91914928665c60063985b77ad8fefc059fb888fcd |
|
MD5 | e3d20a129873549a572f74192bcf3736 |
|
BLAKE2b-256 | aef6d5767d542042ae63e4e7742f1d6c138d08fc55aa39a851f76363ff520c2b |