serverless-wsgi · PyPI
pypi.org › project › serverless-wsgiUsage without Serverless. The AWS API Gateway to WSGI mapping module is available on PyPI in the serverless-wsgi package. Use this package if you need to deploy Python Lambda functions to handle API Gateway events directly, without using the Serverless framework. pip install serverless-wsgi
Serverless Framework: Plugins
https://www.serverless.com/plugins/serverless-wsgiThe serverless-wsgiplugin itself depends on werkzeugand will package it automatically, even if werkzeugis not present in your requirements.txt. You can use the requirement packaging functionality of serverless-wsgiwithout the WSGI handler itself by including the plugin in your serverless.ymlconfiguration, without specifying
Serverless WSGI
www.serverless.com › plugins › serverless-wsgiUsage without Serverless. The AWS API Gateway to WSGI mapping module is available on PyPI in the serverless-wsgi package. Use this package if you need to deploy Python Lambda functions to handle API Gateway events directly, without using the Serverless framework. pip install serverless-wsgi
serverless-wsgi · PyPI
https://pypi.org/project/serverless-wsgiThe serverless-wsgiplugin itself depends on werkzeugand will package it automatically, even if werkzeugis not present in your requirements.txt. You can use the requirement packaging functionality of serverless-wsgiwithout the WSGI handler itself by including the plugin in your serverless.ymlconfiguration, without specifying
Serverless: Develop & Monitor Apps On AWS Lambda
https://www.serverless.comZero-friction serverless development. Easily define your applications as functions and events. Declare AWS Lambda functions and their triggers through simple abstract syntax in YAML. Deploy infrastructure and code with a single command. AWS Lambda functions, triggers & code will be deployed and wired together in the cloud, automatically.