awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesAWS Lambda Adapters

Framework-specific adapters that package and deploy applications to AWS Lambda serverless environments.

Distinct from Lambda Deployments: Distinct from Lambda Deployments: focuses on framework-specific adapter integration rather than general Lambda packaging patterns.

Explore 6 awesome GitHub repositories matching devops & infrastructure · AWS Lambda Adapters. Refine with filters or upvote what's useful.

Awesome AWS Lambda Adapters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • wakujs/wakuwakujs 的头像

    wakujs/waku

    6,330在 GitHub 上查看↗

    Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir

    Ships an experimental adapter for packaging and deploying the application to AWS Lambda.

    TypeScript
    在 GitHub 上查看↗6,330
  • fnproject/fnfnproject 的头像

    fnproject/fn

    5,939在 GitHub 上查看↗

    The container native, cloud agnostic serverless platform.

    Translates AWS Lambda event and context models into the platform's native container execution model.

    Gocontainersdockerfaas
    在 GitHub 上查看↗5,939
  • opennextjs/opennextjs-awsopennextjs 的头像

    opennextjs/opennextjs-aws

    5,005在 GitHub 上查看↗

    opennextjs-aws 是一个无服务器基础设施适配器和部署工具,将 Next.js 构建产物转换为兼容的包,以便在 AWS Lambda 和 S3 上托管。它作为一个部署适配器,将框架特定的输出映射到无服务器函数和对象存储。 该项目通过实现无服务器特定的优化而脱颖而出,包括一个通过 S3 或 DynamoDB 同步增量静态再生(ISR)和 fetch 缓存的缓存管理器。它具有冷启动优化器,使用包压缩和定时函数预热来减少延迟,以及一个专门的图像优化流水线,用于从 S3 获取源文件并通过 CDN 分发。 该系统涵盖了广泛的能力,包括边缘中间件集成、基于队列的后台重新验证和多目标路由分发。它还通过 CDN 路由、地理位置数据注入和服务器响应流来管理流量,以改善首字节时间(TTFB)。 该工具为构建流水线、适配器行为和服务器逻辑提供了广泛的自定义选项,以支持多样的架构需求和 Monorepo 结构。

    A tool that transforms Next.js build artifacts into compatible packages for AWS Lambda and S3 hosting.

    TypeScriptawsnextjssst
    在 GitHub 上查看↗5,005
  • serverless-nextjs/serverless-next.jsserverless-nextjs 的头像

    serverless-nextjs/serverless-next.js

    4,462在 GitHub 上查看↗

    本项目是一个无服务器基础设施编排和部署工具,旨在 AWS 上托管 Next.js 应用程序。它作为一个边缘计算部署框架和云基础设施即代码 (IaC) 封装器,自动化配置 AWS Lambda 函数、S3 存储桶和 CloudFront 分发。 该系统的特色在于将服务端渲染和 API 路由分发到全球边缘节点,以降低延迟。它直接与内容分发网络 (CDN) 集成,以优化静态资源和渲染页面的交付,同时提供一层封装来适配无服务器环境的应用处理器。 该平台涵盖了广泛的功能领域,包括全球内容交付、无服务器 API 基础设施和自动化资源配置。它通过边缘路由逻辑和国际化处理来管理流量,同时支持增量静态再生 (ISR) 和边缘图像优化等性能策略。基础设施通过 Terraform 配置进行管理,从而控制内存限制、超时时长和 IAM 权限分配。

    Provides a compatible serverless layer to wrap Next.js applications for execution within AWS Lambda.

    TypeScriptapi-gatewayawsaws-lambda
    在 GitHub 上查看↗4,462
  • danielcondemarin/serverless-nextjs-plugindanielcondemarin 的头像

    danielcondemarin/serverless-nextjs-plugin

    4,464在 GitHub 上查看↗

    This project is a Serverless Framework plugin and adapter that enables the deployment of Next.js applications to AWS Lambda@Edge and AWS CloudFront. It functions as a bridge to adapt server-side rendering and API routes for execution on serverless edge compute. The plugin automates the provisioning of cloud infrastructure, including the packaging and deployment of application code to global edge locations. It handles the synchronization of static assets to storage buckets and the mapping of Next.js routes to specialized edge functions to reduce global latency. The project covers wide-ranging

    Adapts and packages Next.js applications specifically for deployment on AWS Lambda@Edge.

    TypeScript
    在 GitHub 上查看↗4,464
  • zappa/zappazappa 的头像

    zappa/Zappa

    3,691在 GitHub 上查看↗

    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

    Translates standard WSGI requests into cloud function event objects to enable Python web apps on Lambda.

    Pythonalbapi-gatewayaws
    在 GitHub 上查看↗3,691
  1. Home
  2. DevOps & Infrastructure
  3. AWS ECS Deployments
  4. Lambda Deployments
  5. AWS Lambda Adapters

探索子标签

  • Import BridgesTools that translate AWS Lambda event and context models into a platform's native execution model for portability. **Distinct from AWS Lambda Adapters:** Distinct from AWS Lambda Adapters: focuses on importing Lambda functions into a different platform, not adapting frameworks for Lambda deployment.