It’s 2023, we AI, and it’s still a PITA to deploy infrastructure (yes, even with ChatGPT’s help). Pulumi makes this easier, but its documentation for Python is lacking. Case in point: deploying a serverless function in Python with its dependencies. Is there any service that makes this easy?
AWS Lambda + Serverless framework seems to be easier: https://www.serverless.com/blog/flask-serverless-api-in-aws-lambda-the-easy-way
It gets a lot of heat, and has a decent initial learning curve, but once you have a kubernetes cluster set up, its the easiest thing ever to deploy new services I copy & paste three config files, update my cloudflare tunnel, and I’m online within like 10 minutes