Simple Serverless FastAPI for AWS Lambda
pipenv install
pipenv run uvicorn app.main:app --reload
In your browser visit http://localhost:8000/docs Here you can test your endpoint by clicking on the execute button.
Simple Serverless FastAPI for AWS Lambda
pipenv install
pipenv run uvicorn app.main:app --reload
In your browser visit http://localhost:8000/docs Here you can test your endpoint by clicking on the execute button.