x-blood / ecs-fastapi-with-appconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commands

run local

cd app && uvicorn main:app --reload

Environment Variables

export $(cat .env| grep -v "#" | xargs)

run on AWS

make tf_apply
make create_pull_through_cache
make app_build_and_push
make ecspresso_deploy

de-provisioning on AWS

make ecspresso_delete
make ecr_clean
make tf_destroy

About

License:MIT License


Languages

Language:HCL 71.5%Language:Makefile 20.2%Language:Python 7.8%Language:Dockerfile 0.5%