Impressed by this tool that actually does what it says on the tin and makes it *extremely* easy to deploy existing Python code to AWS Lambda + API Gateway: https://github.com/zappa/Zappa
@bibliotechy I'm sure there's cases where you'd need to do a lot more work, but I had an existing stateless Flask app running on Heroku and I was able to move it over in about 5 minutes (instead of multiple days rewriting code and figuring out how to upload the Lambda package with requirements bundled and manually finagling the API Gateway configuration)
@ryanfb yeah man, we’re enterprise, which means move slowly and break the spirits of employees
@ryanfb jeebus, after spending a full week trying, and failing, to get something very similar working in terraform, I just about want to cry.