Is there any batteries-included framework designed specifically for serverless functions?(preferably Python)

This page summarizes the projects mentioned and recommended in the original post on /r/awslambda

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • Sonar - Write Clean Python Code. Always.
  • django-cognito-jwt

    An Authentication backend for Django Rest Framework for AWS Cognito JWT tokens

    You could try using django and cognito. https://github.com/labd/django-cognito-jwt. Then you could use a Cognito authorizer on each api gateway method.

  • mangum

    AWS Lambda support for ASGI applications

    Hey! I was in the same place as you are, and the best solution I found was to use Mangum (https://mangum.io/). I believe it also works with Django. Mangum is an adapter that transforms lambda events into the corresponding structure to be received by your Framework API endpoints. We are currently using it with FastAPI and it's great. We code our backend without thinking about whether it will run on Lambda, and Magum takes care of the rest.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts