1 repositorio
Processes for removing deployed application resources and purging associated logs from the cloud environment.
Distinct from Application Deployment: Distinct from Application Deployment: focuses specifically on the teardown and resource cleanup phase.
Explore 1 awesome GitHub repository matching web development · Undeployments. 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
Provides automated removal of the API gateway, associated functions, and related logs during application undeployment.