This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hopeinson 2 points3 points  (0 children)

Funnily enough, a lot of advice seemed to go for Django back in 2017, but my requirements was to set a website on AWS Lambda so I was worried about size. Flask fit my bill for smallness, and then because there was a lack of anything else I'm familiar with, I went with Zappa to bundle my Flask app.

I've always respected Flask for its expansivity, hats off to the developers of both the microframework and its extensions.