3 dépôts
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 3 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.
The Event Gateway is a unified routing layer designed to connect HTTP requests and cloud events to serverless functions across multiple providers and infrastructure environments. It functions as a centralized platform for managing event-driven architectures, enabling developers to register, map, and trigger remote functions in response to incoming web traffic or asynchronous system events. The platform distinguishes itself through a plugin-based middleware pipeline that allows for custom logic execution during the request lifecycle, enabling developers to intercept, validate, or transform eve
Exposes serverless logic as standard web endpoints while handling request validation, authorization, and cross-origin resource sharing policies.