# lambda-wsgi-adapter ![version](https://img.shields.io/pypi/v/lambda-wsgi-adapter) ![downloads](https://img.shields.io/pypi/dm/lambda-wsgi-adapter) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![issues](https://img.shields.io/github/issues/spatocode/lambda-wsgi-adapter)
WSGI adapter for AWS Lambda
## Install
```
$ pip install lambda-wsgi-adapter
```
## Usage
```py
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](http://www.github.com/spatocode/lambda-wsgi-adapter/blob/master/LICENSE)
Copyright (c) 2023 Ekene Izukanne
Raw data
{
"_id": null,
"home_page": "https://github.com/spatocode/lambda-wsgi-adapter",
"name": "lambda-wsgi-adapter",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "wsgi aws lambda api gateway",
"author": "Ekene Izukanne",
"author_email": "ekeneizukanne@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bf/1a/876fb53d96089518549a7361bc3590d7db149fd0a21edc9cae0724f0b747/lambda-wsgi-adapter-0.1.1.tar.gz",
"platform": null,
"description": "# lambda-wsgi-adapter ![version](https://img.shields.io/pypi/v/lambda-wsgi-adapter) ![downloads](https://img.shields.io/pypi/dm/lambda-wsgi-adapter) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![issues](https://img.shields.io/github/issues/spatocode/lambda-wsgi-adapter)\n\nWSGI adapter for AWS Lambda\n\n\n## Install\n\n```\n$ pip install lambda-wsgi-adapter\n```\n\n\n## Usage\n\n```py\nfrom wsgi_adapter import LambdaWSGIHandler\nfrom django_project.wsgi import application\n\ndef lambda_handler(event, context):\n handler = LambdaWSGIHandler(application)\n return handler(event, context)\n```\n\n\n# License\n\n[MIT License](http://www.github.com/spatocode/lambda-wsgi-adapter/blob/master/LICENSE)\n\nCopyright (c) 2023 Ekene Izukanne\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "WSGI adapter for AWS Lambda",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/spatocode/lambda-wsgi-adapter"
},
"split_keywords": [
"wsgi",
"aws",
"lambda",
"api",
"gateway"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aef6d5767d542042ae63e4e7742f1d6c138d08fc55aa39a851f76363ff520c2b",
"md5": "e3d20a129873549a572f74192bcf3736",
"sha256": "814c84632608ff2d89518fe91914928665c60063985b77ad8fefc059fb888fcd"
},
"downloads": -1,
"filename": "lambda_wsgi_adapter-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e3d20a129873549a572f74192bcf3736",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4312,
"upload_time": "2023-08-25T12:13:11",
"upload_time_iso_8601": "2023-08-25T12:13:11.357253Z",
"url": "https://files.pythonhosted.org/packages/ae/f6/d5767d542042ae63e4e7742f1d6c138d08fc55aa39a851f76363ff520c2b/lambda_wsgi_adapter-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bf1a876fb53d96089518549a7361bc3590d7db149fd0a21edc9cae0724f0b747",
"md5": "ef85d7486ac74689638d0523f228bc95",
"sha256": "7ee7d15182e16fa7e65e9847370c9f4c25e00d80eb4978894327e1d82470971e"
},
"downloads": -1,
"filename": "lambda-wsgi-adapter-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "ef85d7486ac74689638d0523f228bc95",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4477,
"upload_time": "2023-08-25T12:13:13",
"upload_time_iso_8601": "2023-08-25T12:13:13.115451Z",
"url": "https://files.pythonhosted.org/packages/bf/1a/876fb53d96089518549a7361bc3590d7db149fd0a21edc9cae0724f0b747/lambda-wsgi-adapter-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-25 12:13:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "spatocode",
"github_project": "lambda-wsgi-adapter",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "lambda-wsgi-adapter"
}