
Serverless: Zero-Friction Serverless Apps On AWS Lambda & Beyond.
Easily build auto-scaling, low-overhead applications on AWS Lambda, API Gateway, DynamoDB, and other managed services with the Serverless Framework.
Setting Up Serverless Framework With AWS
Learn how to install, set up, and deploy projects using the Serverless Framework with AWS Lambda, DynamoDB, S3, and more.
Serverless Framework: Build Apps On AWS Lambda
Effortless Troubleshooting Powerful performance and error monitoring apps out-of-the-box. Real-time metrics, logs & alerts—instantly Simply deploy with Serverless Framework to enable real …
Serverless Framework Documentation
An introduction to the Serverless Framework, its philosophy, overview, and key highlights. Learn how to build serverless applications efficiently with minimal maintenance.
Tutorial: Your First Serverless Framework Project
Step-by-step guide to creating and deploying your first HTTP API using Serverless Framework and AWS. Learn how to set up AWS, install Serverless Framework, and create and test API …
What is Serverless and what makes it great?
In general, Serverless architectures solve a lot of the issues related to building applications for the web and can provide the means to build solutions that are less time consuming to release, …
Cannot redefine property: _serverlessExternalPluginName
Oct 21, 2024 · For anyone else seeing this issue - I had the same problem. The issue was that node v23 has just been released and obviously causes problems with serverless. I updated …
Serverless Framework - MCP Server
Overview of the Serverless MCP Server for Cursor, Windsurf, VSCode AI to interact with AWS serverless cloud infrastructure.
When (and why) not to go serverless
Our own website is a static, serverless site built using Lambda, the Serverless Framework, and Netlify. It’s never gone down and we spend zero hours a week maintaining it.
Serverless Local Development
We're building serverless applications as collections of serverless microservices dependant on cloud infrastructure. So how do we develop locally?