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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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