Skip to content

OliverAHolmes/fastapi-aws-lambda-docker-example

Repository files navigation

FastAPI Poetry Example project

How to run FastAPI server:

make run_server

How to generate requirements:

make generate_requirements

How to generate dev requirements:

make generate_dev_requirements

Run unit tests with coverage:

make run_tests_with_coverage

Run an overall repo health check:

make push-check

Run a synth for the CDK:

make synth_cdk

Deploy the CDK stacks:

make deploy_cdk

Login in to ECR to update image:

make aws_ecr_login

Update and push new version of Docker:

make update_lambda_docker

Update Lambda with latest Docker image:

make update_lambda_image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published