1 Repo
Tools for managing the lifecycle of serverless application projects, including creation and deployment.
Distinct from Cloudflare Workers Deployments: Existing candidates focus on deployment inspection or specific implementations rather than general project lifecycle management via CLI.
Explore 1 awesome GitHub repository matching devops & infrastructure · Serverless Project Management. Refine with filters or upvote what's useful.
workerd is a serverless edge runtime designed for executing lightweight, distributed functions at the network edge. It utilizes a V8-based JavaScript engine to provide fast startup and low memory overhead, while maintaining a WebAssembly-compatible execution environment that allows modules to run alongside JavaScript for high-performance computational tasks. The runtime supports isolate-based multi-tenancy to run multiple independent execution contexts within a single process. It implements an event-driven execution model that triggers code based on network requests or scheduled events and in
Provides a command-line interface to create and deploy serverless applications to streamline development.