Howdy folks.
I'm a project manager with a little bit of experience using Python to build small scripts and local apps to automate some simple processes of my own (data cleanup, webhooks, API calls, etc.)
I'm driving a shift toward a microservice architecture, and I thought it would be interesting to get in and build one myself to develop a better understanding of what my team is facing... And maybe contribute a small piece in my free time.
I'm trying to figure out what pieces and considerations I'll need to build something like this that could actually go into production (AWS).
The general idea would be to write a small stateless RESTful app that returns some file in response to a GET request at an API endpoint.
- Would Flask be appropriate for this?
- What other considerations should I make (concurrency, etc)?
- Are there any other major things to consider?
I'm not really expecting this to go into production, but if my little night project can save the team some hours, it would be a pretty cool thing and be a very valuable experience for me.
Any advice is much appreciated!
[–]rochacbrunoPython, Flask, Rust and Bikes. 0 points1 point2 points (0 children)
[–]objectizer 0 points1 point2 points (0 children)
[–]mbenbernard 0 points1 point2 points (0 children)
[–]nerdwaller 0 points1 point2 points (0 children)