{"library":"serverless-wsgi","type":"library","category":null,"description":"Serverless WSGI is a Python library and Serverless Framework plugin that enables the deployment of standard Python WSGI applications (like Flask, Django, Pyramid) to AWS Lambda, using API Gateway as the HTTP frontend. It transparently converts API Gateway requests to WSGI requests and vice-versa, handling packaging and deployment complexities. The current version is 3.1.0, and it is actively maintained with regular updates.","language":"python","status":"active","version":"3.1.0","tags":["aws","lambda","serverless","wsgi","api gateway","flask","django"],"install":[{"cmd":"pip install serverless-wsgi","imports":["import serverless_wsgi\n\ndef lambda_handler(event, context):\n    from your_app_module import app # Your WSGI application instance\n    return serverless_wsgi.handle_request(app, event, context)"]},{"cmd":"npm install serverless-wsgi","imports":[]}],"homepage":null,"github":"https://github.com/logandk/serverless-wsgi","docs":null,"changelog":null,"pypi":"https://pypi.org/project/serverless-wsgi/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.8,"avg_import_s":0.25,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/serverless-wsgi/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}