awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesServerless Integrations

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.

Awesome Serverless Integrations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • astral-sh/uvAvatar de astral-sh

    astral-sh/uv

    86,451Voir sur GitHub↗

    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.

    Rustpackagingpythonresolver
    Voir sur GitHub↗86,451
  • honojs/honoAvatar de honojs

    honojs/hono

    30,994Voir sur GitHub↗

    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.

    TypeScriptframeworkedgecloudflare-workers
    Voir sur GitHub↗30,994
  • blitz-js/blitzAvatar de blitz-js

    blitz-js/blitz

    14,129Voir sur GitHub↗

    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.

    TypeScript
    Voir sur GitHub↗14,129
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Voir sur GitHub↗

    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.

    TypeScriptawscloud-infrastructurehacktoberfest
    Voir sur GitHub↗12,817
  • boto/boto3Avatar de boto

    boto/boto3

    9,834Voir sur GitHub↗

    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.

    Pythonawsaws-sdkcloud
    Voir sur GitHub↗9,834
  • gofiber/recipesAvatar de gofiber

    gofiber/recipes

    3,427Voir sur GitHub↗

    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.

    Gocookbookexamplesfiber
    Voir sur GitHub↗3,427
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Infrastructure and Runtime Adapters
  5. Serverless Integrations