GitHunt
AM

amcclosky/fastapi-lambda

Example FastAPI on Lambda with Container Image

FastAPI on Lambda via Custom Image

Example project using Lambda Container Images and AWS CDK

On MacOS using using homebrew

$ brew install nvm
$ brew install poetry
$ brew install direnv
$ cd <project-dir>/fastapi-lambda
$ direnv allow
$ poetry install
$ inv setup
$ inv deploy

Once the deploy finishes, visit https://<endpoint-url>/docs/ to see the OpenAPI doc generated by FastAPI.

Languages

Python82.4%Dockerfile17.6%

Contributors

Created December 2, 2020
Updated April 4, 2023
amcclosky/fastapi-lambda | GitHunt