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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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