12 个仓库
Extensions and tools to enhance the functionality of the Serverless Framework.
Explore 12 awesome GitHub repositories matching part of an awesome list · Serverless Framework Plugins. Refine with filters or upvote what's useful.
serverless-offline 是一个 Serverless Framework 插件,提供本地云基础设施模拟器。它充当 AWS Lambda 本地模拟器和 AWS API Gateway 模拟工具,允许在本地机器上开发和测试无服务器函数,而无需部署到远程提供商。 该项目的独特之处在于模拟双向 WebSocket 连接和消息路由,以及模仿 HTTP 网关的请求生命周期。它包含一个模拟身份验证器流水线,用于在本地验证令牌和 JWT,并支持将虚拟依赖层挂载到执行环境中。 该工具广泛涵盖了跨多种运行时的函数执行(具备隔离执行模式)、用于请求路由的云网关模拟,以及用于基于时间逻辑的定时事件触发模拟。它还提供了 SDK 调用模拟和请求上下文模拟功能,以促进本地集成测试。
Acts as a plugin for the Serverless Framework to enable local cloud infrastructure emulation.
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
Extends the Serverless Framework to automate infrastructure provisioning for edge-based web applications.
A Serverless plugin to implement canary deployments of Lambda functions, making use of the traffic shifting feature in combination with AWS CodeDeploy
Implement canary deployments for Lambda functions.
Serverless plugin for Cloudflare Workers
Provider plugin for deploying Cloudflare Workers.
This Serverless plugin allows you to develop offline while using AWS SSM parameters in your serverless.yml template. The plugin looks for environment variables which are fulfilled by SSM parameters at build time and substitutes them from a .env file when running locally with the…
Read SSM parameters from local files instead of AWS.
Plugin for serverless to deploy files to a variety of S3 Buckets
Automate file deployment to S3 buckets.
Plugin to add FN as provider for Serverless Framework
Provider plugin for the Fn serverless platform.
serverless-fbp
Enable flow-based programming within serverless configurations.
Integrate the Event Gateway into serverless workflows.
GoFormation for users wishing to transfer to serverless!
Define serverless configurations using Go structs.
Serverless Framework plugin to convert service to deployable nocode.
Deploy no-code solutions using the Serverless Framework.
This plugin helps you add some conf that will only work for serverless invoke local
Manage local environment variables for serverless projects.