2 repository-uri
Utilities for managing HTTP request-response lifecycles in serverless environments.
Distinct from API Gateway Security: Distinct from API Gateway Security: focuses on the full request-response lifecycle management rather than just security.
Explore 2 awesome GitHub repositories matching web development · Serverless API Gateways. Refine with filters or upvote what's useful.
Zappa is a serverless Python framework and command-line tool used for packaging and deploying Python web applications to AWS Lambda. It functions as a serverless infrastructure automator that provisions API Gateways, IAM roles, and SSL certificates to run ASGI and WSGI applications as serverless functions. The tool distinguishes itself by providing a management CLI for executing remote administration scripts and management commands directly within the deployed environment. It includes specific mechanisms for serverless performance tuning, such as scheduling regular warm-up invocations to prev
Manages the full HTTP request-response lifecycle by connecting serverless functions to a public API gateway.
This project is a serverless application framework used to define and deploy cloud infrastructure, serverless APIs, and static frontends through infrastructure as code. It functions as a full stack deployment pipeline and a cloud infrastructure orchestrator for provisioning resources like databases and storage buckets across multiple cloud accounts. The framework includes a local cloud development environment that allows for testing and debugging API endpoints and cloud functions on a local machine before deployment. It also features a containerized build pipeline specifically designed to con
Ships a toolkit for creating secure backend endpoints with integrated identity, secret management, and request tracing.