Skip to content

Latest commit

 

History

History
 
 

fast_api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

FastAPI deployment

  • app.py - basic FastAPI application with two routes
  • yappa.yaml - generated Yappa config for this application

to deploy it to yandex cloud just run:

$ yappa setup 
$ yappa deploy 

after you code is updated run

$ yappa deploy