6 dépôts
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 est une extension de framework de développement fullstack pour Next.js et une interface en ligne de commande utilisée pour amorcer les structures de projet et orchestrer les serveurs de développement locaux. Il intègre la logique frontend et backend dans un flux de travail unique pour faciliter la création d'applications web complètes. Le framework utilise une intégration backend zéro-API et une couche d'accès direct à la base de données, permettant aux composants frontend de se connecter aux fonctions serverless et aux bases de données sans définitions d'API manuelles. Il dispose d'un générateur de types piloté par schéma qui crée automatiquement des définitions TypeScript en analysant les schémas de base de données backend pour synchroniser les modèles de données entre le client et le serveur. Le projet fournit des outils pour le prototypage rapide d'applications et un flux de travail fullstack TypeScript. Ses capacités couvrent l'orchestration de serveurs multi-processus et la génération de modèles de projet structurés pour intégrer les modèles de développement frontend et backend.
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.