{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Bridges Python WSGI applications (Flask, Django, Pyramid) to AWS Lambda and API Gateway by converting HTTP requests to WSGI format and handling deployment packaging.","skillfed_tags":["serverless-deployment","aws-lambda","wsgi-adapter"],"use_cases":["Deploy an existing Flask or Django web application to AWS Lambda without rewriting request/response handling.","Run local development with sls wsgi serve to test your WSGI app before deploying to Lambda.","Execute Django management commands or Flask CLI commands remotely on your deployed Lambda function.","Automatically package and deploy Python dependencies specified in requirements.txt alongside your application.","Handle file uploads, redirects, cookies, and other standard WSGI features transparently on API Gateway.","Execute arbitrary Python or shell code remotely on your Lambda function using wsgi exec or wsgi command."],"what_it_does":"serverless-wsgi is a Serverless Framework plugin that packages and deploys Python WSGI applications to AWS Lambda, making them callable through API Gateway. It transparently converts API Gateway HTTP requests into standard WSGI format, allowing you to run unmodified Flask, Django, or Pyramid applications on Lambda without rewriting your code for a serverless environment.\n\nThe plugin handles the operational complexity: it automatically bundles your application's dependencies from requirements.txt, manages werkzeug as a core runtime dependency, and provides local development commands (wsgi serve for testing, wsgi exec for remote Python execution, wsgi manage for Django commands). It supports both API Gateway V1 and V2 payloads and includes convenience CLI commands for remote code execution and framework-specific management tasks.","worth_installing":"Yes, if you need to deploy a Python WSGI application to AWS Lambda with minimal code changes. The plugin is stable (Production/Stable status) and has no known vulnerabilities. Install friction is low. However, note that maintenance is aging\u2014the last release was 429 days ago\u2014so verify that it works with your specific framework version and Python runtime before committing to production use."},"id":"serverless-wsgi","links":{"html":"https://skillfed.io/packages/serverless-wsgi","md":"https://skillfed.io/packages/serverless-wsgi.md","pypi":"https://pypi.org/project/serverless-wsgi/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-11","license_spdx":null,"license_treatment":"permissive","name":"serverless-wsgi","python_support":"supports_current","summary":"Amazon AWS API Gateway WSGI wrapper"},"popularity":{"monthly_downloads":195654,"position":9809,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.1.0"}
