{"categories":[{"label":"HTTP Servers","url":"https://skillfed.io/packages/category/internet-www-http-http-servers"}],"enrichment":{"capability":"Adapts WSGI-compatible Python web frameworks to run as AWS Lambda functions behind API Gateway's proxy integration.","skillfed_tags":["serverless","archived"],"use_cases":["Maintain legacy code already using this package without rewriting Lambda handlers.","Prototype serverless applications using familiar WSGI patterns when refactoring is not immediately feasible.","Handle binary responses from WSGI applications on Lambda by specifying base64_content_types.","Run existing WSGI applications on Lambda with minimal code changes during migration."],"what_it_does":"aws-wsgi is a bridge that lets you run WSGI web applications inside AWS Lambda functions triggered by API Gateway. It translates the event and context objects that Lambda receives into standard WSGI request/response pairs, allowing existing web framework code to work without modification in a serverless environment.\n\nThe package has been abandoned since 2020-07-07 and its repository is archived. It declares support only for Python 2.7, 3.3, 3.4, and 3.5, all end-of-life versions. While it may still work on modern Python versions, there are no guarantees, and no one is maintaining it to handle breaking changes in AWS Lambda runtimes or API Gateway behavior.","worth_installing":"No, unless you are maintaining legacy code already using this package. The project is abandoned (last release 2020-07-07, repository archived), declares support only for end-of-life Python versions, and receives no security or compatibility updates. For new projects, use a maintained alternative or write Lambda handlers directly. If you must use it, verify compatibility with your Python version and AWS Lambda runtime before deploying."},"id":"aws-wsgi","links":{"html":"https://skillfed.io/packages/aws-wsgi","md":"https://skillfed.io/packages/aws-wsgi.md","pypi":"https://pypi.org/project/aws-wsgi/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-07-07","license_spdx":null,"license_treatment":"permissive","name":"aws-wsgi","python_support":"unspecified","summary":"WSGI adapter for AWS API Gateway/Lambda Proxy Integration"},"popularity":{"monthly_downloads":158398,"position":10725,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.7"}
