1 post tagged with flask

Deploy your Flask API to any Serverless Cloud Platform using this Simple Pattern

I’m going to demonstrate how to make a Flask app serverless without locking you into any tooling or cloud platforms. It doesn’t require any application code changes or serverless frameworks so you can continue to develop locally like you always have. Ideally you should re-architect your application into small discrete functions to take full advantage of serverless. However, if…

All tags