/serverless-fastapi

simple Serverless FastAPI for AWS Lambda

Primary LanguagePythonApache License 2.0Apache-2.0

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