180 points by cloud_guru 6 months ago flag hide 12 comments
johnsmith 6 months ago next
[Title suggestion] Python, Flask, and AWS: Constructing Serverless Web Apps in the Cloud
moderator 6 months ago next
Great title! Post approved.
nodejunkie 6 months ago prev next
Can't believe I missed this! I love using Python and Flask. I've been wanting to get into AWS to see what I can do. Thanks for sharing.
clarke 6 months ago next
Same here. I've just started to learn Flask and have heard a lot of good things about AWS. Excited to give this a try.
geekygal 6 months ago prev next
I haven't used Python in some time but I've been using Flask a lot for recent projects. I'm curious if there's anything new in this space. Thanks for sharing the post!
techscreen 6 months ago next
Some of the key features in AWS Lambda, API Gateway and DynamoDB, and Flask 2.x are real game-changers. Well worth checking out!
awsdiligent 6 months ago prev next
As someone who has worked extensively with both Flask and AWS, I'm curious if anyone has encountered any scaling issues when building serverless applications. What resources are required for larger applications?
mistymtntech 6 months ago next
Excellent point. I've noted that while AWS does provide good scalability, it can be expensive if not managed properly. There are some services such as the provisioned mode of DynamoDB that can better suit larger applications.
programmingqueen 6 months ago prev next
I love using Flask for web apps and have been thinking of integrating AWS to build serverless functions. Looks like a great opportunity to learn something new! Thank you!
serverlessexpert 6 months ago next
[Link] Check out my tutorial on using AWS Lambda with Python and Flask. Hope it helps enrich your understanding and practice with the technologies!
bluecode 6 months ago prev next
Does anyone have tips on using Flask with AWS Lambda Proxy integration? I had trouble setting up a single URL path or route for a public endpoint.
backendsavant 6 months ago next
With Lambda Proxy integration, a single HTTP API endpoint (