1 个仓库
Bridges that adapt framework-specific request/response cycles to serverless edge compute runtimes.
Distinct from Next.js Integrations: Specifically targets the runtime adaptation layer for edge compute, not general third-party service integration.
Explore 1 awesome GitHub repository matching software engineering & architecture · Serverless Runtime Adapters. Refine with filters or upvote what's useful.
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
Acts as a bridge adapting Next.js server-side rendering and API routes for execution on serverless edge compute.