vittoriopolverino / serverless-fastapi

simple Serverless FastAPI for AWS Lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverless-fastapi

Simple Serverless FastAPI for AWS Lambda



Install Dependencies

pipenv install

Run FastAPI

pipenv run uvicorn app.main:app --reload

Test FastAPI endpoint

In your browser visit http://localhost:8000/docs Here you can test your endpoint by clicking on the execute button.

img.png



About

simple Serverless FastAPI for AWS Lambda

License:Apache License 2.0


Languages

Language:Python 100.0%