{ "info": { "author": "Andrew Griffiths", "author_email": "mail@andrewgriffithsonline.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.6" ], "description": "flask-lambda-python3.6\n============\n\n**Python 3.6+**\n\nFor older versions of python use the [original flask-lambda library](https://github.com/sivel/flask-lambda) which this code is adapted from.\n\nSee [this example flask project](https://github.com/techjacker/flask-lambda-example) for how to use and deploy a flask app using this library.\n\n\nInstallation\n------------\n\npip install flask-lambda-python36\n\n\nUsage\n-----\n\n from flask_lambda import FlaskLambda\n\n app = FlaskLambda(__name__)\n\n\n @app.route('/foo', methods=['GET', 'POST'])\n def foo():\n data = {\n 'form': request.form.copy(),\n 'args': request.args.copy(),\n 'json': request.json\n }\n return (\n json.dumps(data, indent=4, sort_keys=True),\n 200,\n {'Content-Type': 'application/json'}\n )\n\n\n if __name__ == '__main__':\n app.run(debug=True)\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/techjacker/flask-lambda", "keywords": "flask aws amazon lambda", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "flask-lambda-python36", "package_url": "https://pypi.org/project/flask-lambda-python36/", "platform": "", "project_url": "https://pypi.org/project/flask-lambda-python36/", "project_urls": { "Homepage": "https://github.com/techjacker/flask-lambda" }, "release_url": "https://pypi.org/project/flask-lambda-python36/0.1.0/", "requires_dist": [ "Flask (>=0.10)" ], "requires_python": "", "summary": "Python3.6+ module to make Flask compatible with AWS Lambda", "version": "0.1.0" }, "last_serial": 3752780, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d52f17c075ab7c86a2ec7c705aaec09f", "sha256": "d7a7ccef0ea6a2bc68d3a589bd7e8a58cff7dccfc8818cf06f40b4dedfb20552" }, "downloads": -1, "filename": "flask_lambda_python36-0.1.0-py36-none-any.whl", "has_sig": false, "md5_digest": "d52f17c075ab7c86a2ec7c705aaec09f", "packagetype": "bdist_wheel", "python_version": "py36", "requires_python": null, "size": 3527, "upload_time": "2018-04-10T16:43:35", "url": "https://files.pythonhosted.org/packages/9a/d4/c0a8691311568c7c34eb24df6391d9cdb88d3f6476fea6accc5f82696adb/flask_lambda_python36-0.1.0-py36-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d52f17c075ab7c86a2ec7c705aaec09f", "sha256": "d7a7ccef0ea6a2bc68d3a589bd7e8a58cff7dccfc8818cf06f40b4dedfb20552" }, "downloads": -1, "filename": "flask_lambda_python36-0.1.0-py36-none-any.whl", "has_sig": false, "md5_digest": "d52f17c075ab7c86a2ec7c705aaec09f", "packagetype": "bdist_wheel", "python_version": "py36", "requires_python": null, "size": 3527, "upload_time": "2018-04-10T16:43:35", "url": "https://files.pythonhosted.org/packages/9a/d4/c0a8691311568c7c34eb24df6391d9cdb88d3f6476fea6accc5f82696adb/flask_lambda_python36-0.1.0-py36-none-any.whl" } ] }