1 repository
Techniques for reducing the size and footprint of deployment packages to improve upload speed and runtime efficiency.
Distinct from Deployment and Packaging: The candidates focus on generic packaging or specific AI/Frontend deployment; this is specifically about minimizing artifact size for serverless constraints.
Explore 1 awesome GitHub repository matching devops & infrastructure · Deployment Artifact Optimization. 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
Zappa minimizes the deployment artifact size by using a slim handler and excluding unnecessary file paths.