serverless-fastapi


Nameserverless-fastapi JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryServerless FastAPI
upload_time2023-01-14 01:58:35
maintainer
docs_urlNone
author
requires_python>=3.8
licenseCopyright 2022 Oscar Bahamonde Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords serverless fastapi aws lambda
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Serverless FastAPI

A small package that justs wraps fastapi and mangum to be deployed as a lambda function over AWS, a MongoDB database in required in order to save the logs and get access to the dashboard.

It comes with basic OAuth2+JWT with user credentials implemented.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "serverless-fastapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "serverless,fastapi,aws,lambda",
    "author": "",
    "author_email": "Oscar Bahamonde <oscar.bahamonde@hatarini.com>",
    "download_url": "https://files.pythonhosted.org/packages/20/df/c2935a1a5ae834a838bc46e2658a53eacfc8a3a28238c42b79ad51dbecf8/serverless_fastapi-0.1.0.tar.gz",
    "platform": null,
    "description": "# Serverless FastAPI\n\nA small package that justs wraps fastapi and mangum to be deployed as a lambda function over AWS, a MongoDB database in required in order to save the logs and get access to the dashboard.\n\nIt comes with basic OAuth2+JWT with user credentials implemented.\n",
    "bugtrack_url": null,
    "license": "Copyright 2022 Oscar Bahamonde  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Serverless FastAPI",
    "version": "0.1.0",
    "split_keywords": [
        "serverless",
        "fastapi",
        "aws",
        "lambda"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34109cd4a06dd8e78f2a5eeb34994eb75b4c326c9bc8f146e1906928364fcae9",
                "md5": "96c80535956c3b903991c4f512d2d696",
                "sha256": "8fb2cc58a2a30c719095f2d09e11e06d20f0c684844b7780b372ca85ac31f996"
            },
            "downloads": -1,
            "filename": "serverless_fastapi-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96c80535956c3b903991c4f512d2d696",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20748,
            "upload_time": "2023-01-14T01:58:33",
            "upload_time_iso_8601": "2023-01-14T01:58:33.791108Z",
            "url": "https://files.pythonhosted.org/packages/34/10/9cd4a06dd8e78f2a5eeb34994eb75b4c326c9bc8f146e1906928364fcae9/serverless_fastapi-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20dfc2935a1a5ae834a838bc46e2658a53eacfc8a3a28238c42b79ad51dbecf8",
                "md5": "1afd425e9edd7fb225c60ac988a91d4b",
                "sha256": "874463c0cd7c477ea72206e6f678f352cc77d0d10e0dbd54350a6b5e196db8ce"
            },
            "downloads": -1,
            "filename": "serverless_fastapi-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1afd425e9edd7fb225c60ac988a91d4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15324,
            "upload_time": "2023-01-14T01:58:35",
            "upload_time_iso_8601": "2023-01-14T01:58:35.199552Z",
            "url": "https://files.pythonhosted.org/packages/20/df/c2935a1a5ae834a838bc46e2658a53eacfc8a3a28238c42b79ad51dbecf8/serverless_fastapi-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-14 01:58:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "serverless-fastapi"
}
        
Elapsed time: 0.02849s