Skip to content

x-blood/ecs-fastapi-with-appconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published