|
|
|
|
|
by ikornaselur
3291 days ago
|
|
I usually default to using Flask for Python when building APIs and using Zappa to deploy it has been a wonderful experience. Easy to develop locally with a Flask web server and then you just deploy with Zappa. I haven't used it in a huge production environment, but it's definitely my go to way of handling APIs in side projects and other related things. |
|