6 रिपॉजिटरी
Adapters and libraries that facilitate the deployment and execution of code within serverless computing platforms.
Explore 6 awesome GitHub repositories matching software engineering & architecture · Serverless Integrations. Refine with filters or upvote what's useful.
uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance
Facilitates rapid, isolated Python environment setup to streamline dependency deployment in ephemeral serverless execution contexts.
Hono is a lightweight web framework built on Web Standard APIs that executes across JavaScript runtimes including Cloudflare Workers, Deno, Bun, and Node.js.
Utilizes environment-aware adapters to connect to runtime-specific features on edge and serverless platforms.
Blitz Next.js के लिए एक फुलस्टैक डेवलपमेंट फ्रेमवर्क एक्सटेंशन है और प्रोजेक्ट संरचनाओं को बूटस्ट्रैप करने और स्थानीय विकास सर्वर को ऑर्केस्ट्रेट करने के लिए उपयोग किया जाने वाला एक कमांड लाइन इंटरफ़ेस है। यह पूर्ण वेब अनुप्रयोगों के निर्माण की सुविधा के लिए फ्रंटएंड और बैकएंड लॉजिक को एक ही वर्कफ़्लो में एकीकृत करता है। फ्रेमवर्क एक ज़ीरो-API बैकएंड एकीकरण और एक प्रत्यक्ष डेटाबेस एक्सेस परत का उपयोग करता है, जो फ्रंटएंड घटकों को मैन्युअल API परिभाषाओं के बिना सर्वरलेस फ़ंक्शंस और डेटाबेस से कनेक्ट करने की अनुमति देता है। इसमें एक स्कीमा-संचालित टाइप जनरेटर है जो क्लाइंट और सर्वर के बीच डेटा मॉडल को सिंक करने के लिए बैकएंड डेटाबेस स्कीमा का विश्लेषण करके स्वचालित रूप से TypeScript परिभाषाएं बनाता है। प्रोजेक्ट तेजी से एप्लिकेशन प्रोटोटाइपिंग और एक TypeScript फुलस्टैक वर्कफ़्लो के लिए टूल प्रदान करता है। इसकी क्षमताएं मल्टी-प्रोसेस सर्वर ऑर्केस्ट्रेशन और फ्रंटएंड और बैकएंड विकास पैटर्न को एकीकृत करने के लिए संरचित प्रोजेक्ट टेम्पलेट के निर्माण को कवर करती हैं।
Connects frontend components to serverless functions and databases for scalable growth.
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
Connects database events to compute or API services to build automated, event-driven workflows without managing infrastructure.
Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain
AWS connects database events to serverless functions via triggers to automatically respond to data modifications.
This project is a comprehensive library of reference implementations and patterns for building web applications using the Go Fiber framework. It provides curated templates and implementation guides for creating REST APIs, web servers, and structured backend services. The repository serves as a practical resource for applying architectural patterns, including Clean and Hexagonal architectures, as well as port-and-adapter decoupling. It offers detailed examples for integrating common web features such as OAuth2 authentication, JWT verification, WebSockets for real-time communication, and server
Provides integration patterns for routing frontend requests to serverless backend functions.