1 repository
Direct HTTPS endpoints for serverless functions that bypass the need for a full API gateway.
Distinct from Function-to-URL Mappings: None of the candidates cover the specific concept of provider-native function URLs vs traditional API gateways.
Explore 1 awesome GitHub repository matching devops & infrastructure · Serverless Function URLs. 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
Enables the creation of direct HTTPS endpoints for serverless functions without requiring an external gateway service.