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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • astral-sh/uvAvatar de astral-sh

    astral-sh/uv

    86,451Ver en 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
    Ver en GitHub↗86,451
  • honojs/honoAvatar de honojs

    honojs/hono

    30,994Ver en 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
    Ver en GitHub↗30,994
  • blitz-js/blitzAvatar de blitz-js

    blitz-js/blitz

    14,129Ver en GitHub↗

    Blitz es una extensión de framework de desarrollo fullstack para Next.js y una interfaz de línea de comandos utilizada para arrancar estructuras de proyectos y orquestar servidores de desarrollo locales. Integra la lógica de frontend y backend en un solo flujo de trabajo para facilitar la creación de aplicaciones web completas. El framework emplea una integración de backend zero-API y una capa de acceso directo a la base de datos, lo que permite que los componentes de frontend se conecten a funciones serverless y bases de datos sin definiciones de API manuales. Cuenta con un generador de tipos basado en esquemas que crea automáticamente definiciones de TypeScript analizando esquemas de bases de datos de backend para sincronizar modelos de datos entre el cliente y el servidor. El proyecto proporciona herramientas para la creación rápida de prototipos de aplicaciones y un flujo de trabajo fullstack de TypeScript. Sus capacidades cubren la orquestación de servidores multiproceso y la generación de plantillas de proyectos estructuradas para integrar patrones de desarrollo de frontend y backend.

    Connects frontend components to serverless functions and databases for scalable growth.

    TypeScript
    Ver en GitHub↗14,129
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Ver en 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
    Ver en GitHub↗12,817
  • boto/boto3Avatar de boto

    boto/boto3

    9,834Ver en 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
    Ver en GitHub↗9,834
  • gofiber/recipesAvatar de gofiber

    gofiber/recipes

    3,427Ver en 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
    Ver en GitHub↗3,427
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Infrastructure and Runtime Adapters
  5. Serverless Integrations