The Right Way™ to do Serverless in Python

Click for: original source

Michael Lavers published this interesting piece about serverless in Python. In this blog post author takes a brief tour of serverless as it applies to Python as well as some handy tips and tricks to help you get your footing in serverless domain.

In the article you will get help with following:

  • Is my app/workload right for serverless?
  • Python 2 or 3?
  • Web API or Worker?
  • Serverless framework

The article then goes and explains how to set up AWS for simple Lambda functions, how to use serverless framework and an API Gateway. The example code is included together with instructions how to clean up afterwards. There is a plan for a second article which will describe more frameworks and how they work for you to experiment. Nice!

[Read More]

Tags programming serverless python