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.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file lambda-wsgi-adapter-0.1.0.tar.gz.

File metadata

  • Download URL: lambda-wsgi-adapter-0.1.0.tar.gz
  • Upload date:
  • Size: 3.4 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.0.tar.gz
Algorithm Hash digest
SHA256 5464c7c3155be881870be1513ffbd60a7b86bca4d250b616a95fce5f00a7453b
MD5 8b14a8fcb02cb4d59fa2e9735522a6ff
BLAKE2b-256 8d9e0fd60fe31894128e2c41892f32082b4db942ca6ee4828032d1753888d826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lambda_wsgi_adapter-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b6aecea6e0dcb62652508ac75f927c1b7c5b98800eb62993d18213eff8cda0ff
MD5 0af6276d2a57b77dce5dc31efe7dc9e1
BLAKE2b-256 c7c70eb3c4d77728faf8378c2047347a1355ce2ff40f48519c99510f976b4aae

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