awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Miserlou avatar

Miserlou/Zappa

0
View on GitHub↗
11,836 stars·1,173 forks·Python·MIT·17 viewsblog.zappa.io↗

Zappa

Zappa is a deployment tool and orchestrator designed to package and deploy Python web applications to AWS Lambda. It functions as a wrapper and framework that adapts standard Python applications to work with serverless infrastructure and API Gateway events.

The project enables the hosting of Python web frameworks on serverless environments without requiring the application to be rewritten. It automates the process of pushing code from local environments to the cloud and manages the lifecycle of these deployments to remove manual server management.

Its capabilities include automated infrastructure provisioning via CloudFormation, dynamic package bundling of dependencies, and event-driven request routing. The system also supports layer-based dependency management and the offloading of static assets to S3.

Features

  • Serverless Deployment - Deploys Python web applications to AWS Lambda to eliminate manual server management and enable automatic scaling.
  • Cloud Deployment Automation - Provides one-click pushing of Python code from local environments to the cloud for rapid deployment cycles.
  • Event Adapters - Adapts standard Python web applications to work with AWS Lambda and API Gateway events.
  • Serverless Runtime Adaptation - Runs standard Python web frameworks on AWS Lambda without requiring the application to be rewritten.
  • Serverless Deployment Tooling - Provides a tool for packaging and deploying Python web applications to AWS Lambda without custom configuration.
  • Deployment Packaging - Packages Python dependencies into deployable zip archives based on the local environment or target runtime.
  • Serverless Backend Hosting - Enables the hosting of Python web applications on serverless infrastructure to automate scaling and management.
  • Serverless Frameworks - Provides a framework for running Python applications on serverless infrastructure with automatic scaling and event routing.
  • HTTP-to-Function Adapters - Wraps WSGI applications to translate API Gateway events into standard HTTP requests for Python web frameworks.
  • API and Service Management - Creates and maintains scalable API endpoints using Python and AWS Lambda for event-driven services.
  • CloudFormation Templates - Generates and deploys CloudFormation templates to automatically set up API Gateway and Lambda triggers.
  • Serverless Orchestrators - Manages the lifecycle and deployment of Python code into a serverless cloud environment.
  • Lambda Layers - Utilizes Lambda Layers to separate stable library dependencies from frequently changing application code.
  • Request Routing - Maps incoming HTTP request paths and methods to specific handler functions within a serverless environment.
  • DevOps and Infrastructure - Serverless Python deployment.
  • Serverless Deployment - Serverless deployment framework for Python applications on AWS.
  • Application Frameworks - Tool for deploying Python WSGI applications to AWS Lambda.
  • Serverless Frameworks - Deployment of WSGI applications to serverless environments.
  • Web Frameworks - Build and deploy server-less applications on AWS Lambda.

Star history

Star history chart for miserlou/zappaStar history chart for miserlou/zappa

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does miserlou/zappa do?

Zappa is a deployment tool and orchestrator designed to package and deploy Python web applications to AWS Lambda. It functions as a wrapper and framework that adapts standard Python applications to work with serverless infrastructure and API Gateway events.

What are the main features of miserlou/zappa?

The main features of miserlou/zappa are: Serverless Deployment, Cloud Deployment Automation, Event Adapters, Serverless Runtime Adaptation, Serverless Deployment Tooling, Deployment Packaging, Serverless Backend Hosting, Serverless Frameworks.

Which projects share features with miserlou/zappa?

Projects with overlapping indexed features include: aws/chalice — Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… awslabs/chalice — Chalice is a Python development framework for building and deploying serverless applications and REST APIs on AWS. It… midudev/jscamp — jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI… vercel/geist-font — Geist is an open-source font family and typography collection designed for high legibility in technical interfaces. It… zappa/zappa — Zappa is a serverless Python framework and command-line tool used for packaging and deploying Python web applications…

Projects sharing features with Zappa

These projects share indexed features with Zappa. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • aws/chaliceaws avatar

    aws/chalice

    11,062View on GitHub↗

    Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It functions as an infrastructure-as-code generator, mapping application logic and routing definitions directly to cloud compute resources while automating the provisioning and management of the underlying environment. The framework distinguishes itself by analyzing source code to automatically construct the minimum necessary security permissions, ensuring least-privilege access for all deployed functions. It supports modular development through blueprint-based organization and

    Pythonawsaws-apigatewayaws-lambda
    View on GitHub↗11,062
  • quarkusio/quarkusquarkusio avatar

    quarkusio/quarkus

    15,479View on GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    View on GitHub↗15,479
  • awslabs/chaliceawslabs avatar

    awslabs/chalice

    11,062View on GitHub↗

    Chalice is a Python development framework for building and deploying serverless applications and REST APIs on AWS. It functions as a microservice tool that automates the deployment of code and infrastructure to AWS Lambda and orchestrates AWS API Gateway to route HTTP requests to specific serverless functions. The framework features an automated system that analyzes source code to generate the minimum required identity and access management permissions. It also provides a command line interface to manage the complete application lifecycle, from project creation and deployment to the removal o

    Python
    View on GitHub↗11,062
  • midudev/jscampmidudev avatar

    midudev/jscamp

    3,811View on GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    JavaScriptbootcamp
    View on GitHub↗3,811
  • Compare all 30 related projects→