Skip to content

amcclosky/fastapi-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40bf5a9 · Dec 2, 2020

History

4 Commits
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020

Repository files navigation

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.

About

Example FastAPI on Lambda with Container Image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published