7 रिपॉजिटरी
Frameworks designed for building and deploying applications directly to serverless cloud runtimes.
Distinct from Python Web Frameworks: Distinct from general Python web frameworks: specifically optimized for serverless deployment and cloud-native infrastructure integration.
Explore 7 awesome GitHub repositories matching web development · Serverless Frameworks. Refine with filters or upvote what's useful.
This project provides a full Python interpreter compiled to WebAssembly, enabling the execution of Python code and scientific libraries directly within web browsers and server-side environments. By bridging the gap between language runtimes, it allows developers to run computational tasks, manage packages, and perform data analysis in client-side environments without requiring a backend server. The platform distinguishes itself through a comprehensive foreign function interface that enables bidirectional data exchange, object proxying, and function calling between Python and JavaScript. It in
Deploys web frameworks and dashboarding tools entirely in the client browser without requiring a backend server.
The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It
Models and deploys serverless compute, storage, and authentication services directly from application code.
Zappa is a deployment tool and orchestrator designed to package and deploy Python web applications to AWS Lambda. It functions as a wrapper and framework that adapts standard Python applications to work with serverless infrastructure and API Gateway events. The project enables the hosting of Python web frameworks on serverless environments without requiring the application to be rewritten. It automates the process of pushing code from local environments to the cloud and manages the lifecycle of these deployments to remove manual server management. Its capabilities include automated infrastru
Provides a framework for running Python applications on serverless infrastructure with automatic scaling and event routing.
Chalice is a Python development framework for building and deploying serverless applications and REST APIs on AWS. It functions as a microservice tool that automates the deployment of code and infrastructure to AWS Lambda and orchestrates AWS API Gateway to route HTTP requests to specific serverless functions. The framework features an automated system that analyzes source code to generate the minimum required identity and access management permissions. It also provides a command line interface to manage the complete application lifecycle, from project creation and deployment to the removal o
Acts as a comprehensive framework for developing and deploying serverless applications on AWS.
Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It functions as an infrastructure-as-code generator, mapping application logic and routing definitions directly to cloud compute resources while automating the provisioning and management of the underlying environment. The framework distinguishes itself by analyzing source code to automatically construct the minimum necessary security permissions, ensuring least-privilege access for all deployed functions. It supports modular development through blueprint-based organization and
Provides a framework for building and deploying serverless applications and REST APIs on cloud platforms.
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
A tool for running ASGI and WSGI Python applications as serverless functions on cloud infrastructure.
Functions Framework for Python पोर्टेबल सर्वरलेस फ़ंक्शंस बनाने और डिप्लॉय करने के लिए डिज़ाइन की गई एक लाइब्रेरी है। यह डेवलपर्स को मॉड्यूलर कोड लिखने में सक्षम बनाती है जो आने वाले HTTP अनुरोधों या क्लाउड इवेंट्स के जवाब में निष्पादित होता है, जिससे अंतर्निहित सर्वर इंफ्रास्ट्रक्चर या जटिल अनुरोध हैंडलिंग लॉजिक को मैनेज करने की आवश्यकता समाप्त हो जाती है। यह फ्रेमवर्क एक सुसंगत रनटाइम वातावरण प्रदान करके खुद को अलग बनाता है जो कोड को पोर्टेबल कंटेनर इमेज में पैकेज करता है, जिससे विभिन्न क्लाउड-नेटिव प्लेटफ़ॉर्म पर समान व्यवहार सुनिश्चित होता है। यह फ़ंक्शन एंट्री पॉइंट्स को परिभाषित करने के लिए डेकोरेटर-आधारित पंजीकरण का उपयोग करता है और इसमें एक स्थानीय डेवलपमेंट सर्वर शामिल है जो प्रोडक्शन वातावरण का अनुकरण करता है, जिससे डिप्लॉयमेंट से पहले स्थानीय मशीन पर परीक्षण और डीबगिंग की अनुमति मिलती है। यह फ्रेमवर्क आने वाले वेब अनुरोधों और क्लाउड इवेंट्स को संरचित ऑब्जेक्ट्स में अनुवादित करता है, जो मानकीकृत इवेंट स्कीमा परिभाषाओं और गेटवे इंटरफ़ेस प्रोटोकॉल का पालन करता है। इसमें अपवादों को प्रबंधित करने और फ़ंक्शन निष्पादन के दौरान कस्टम प्रतिक्रियाओं को सुविधाजनक बनाने के लिए केंद्रीकृत त्रुटि इंटरसेप्शन भी शामिल है।
Serves as a development tool for building and testing serverless code locally before deploying to cloud-native environments.