Serverless plugin for Cloudflare Workers
The main features of cloudflare/serverless-cloudflare-workers are: Serverless Framework Plugins.
Open-source alternatives to cloudflare/serverless-cloudflare-workers include: dherault/serverless-offline — serverless-offline is a Serverless Framework plugin that provides a local cloud infrastructure simulator. It acts as… danielcondemarin/serverless-nextjs-plugin — This project is a Serverless Framework plugin and adapter that enables the deployment of Next.js applications to AWS… fnproject/serverless-fn — Plugin to add FN as provider for Serverless Framework. funkybob/serverless-s3-deploy — Plugin for serverless to deploy files to a variety of S3 Buckets. janders223/serverless-offline-ssm — This Serverless plugin allows you to develop offline while using AWS SSM parameters in your serverless.yml template.… p0wl/serverless-fbp — serverless-fbp.
serverless-offline is a Serverless Framework plugin that provides a local cloud infrastructure simulator. It acts as an AWS Lambda local emulator and AWS API Gateway mock, allowing for the development and testing of serverless functions on a local machine without deploying to a remote provider. The project distinguishes itself by simulating bidirectional WebSocket connections and message routing, as well as mimicking the request lifecycle of an HTTP gateway. It includes a mock identity authorizer pipeline to verify tokens and JWTs locally and supports the mounting of virtual dependency layers
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
Plugin to add FN as provider for Serverless Framework
A Serverless plugin to implement canary deployments of Lambda functions, making use of the traffic shifting feature in combination with AWS CodeDeploy