Skip to main content

WSGI adapter for AWS Lambda

Project description

lambda-wsgi-adapter version downloads License: MIT issues

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

MIT License

Copyright (c) 2023 Ekene Izukanne

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lambda-wsgi-adapter-0.1.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

lambda_wsgi_adapter-0.1.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

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

Hashes for lambda-wsgi-adapter-0.1.1.tar.gz
Algorithm Hash digest
SHA256 7ee7d15182e16fa7e65e9847370c9f4c25e00d80eb4978894327e1d82470971e
MD5 ef85d7486ac74689638d0523f228bc95
BLAKE2b-256 bf1a876fb53d96089518549a7361bc3590d7db149fd0a21edc9cae0724f0b747

See more details on using hashes here.

File details

Details for the file lambda_wsgi_adapter-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for lambda_wsgi_adapter-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 814c84632608ff2d89518fe91914928665c60063985b77ad8fefc059fb888fcd
MD5 e3d20a129873549a572f74192bcf3736
BLAKE2b-256 aef6d5767d542042ae63e4e7742f1d6c138d08fc55aa39a851f76363ff520c2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page