Serverless Framework Resources
Helpful Serverless Framework Development Links
Serverless Framework Documentation
The official Serverless Framework documentation is the place to start and the reference to keep open. It covers V4, the current, maintained release.
Serverless Framework Documentation
Upgrading to Serverless Framework V4
The official upgrade guide: what changed between V3 and V4, the licensing model, authentication, built-in TypeScript bundling, and breaking changes. Pair it with our own step-by-step upgrade tutorial.
AWS Lambda Documentation
As one of the key providers in serverless computing, AWS Lambda’s documentation provides an in-depth understanding of developing serverless applications, from runtimes and SnapStart to response streaming.
Serverless Framework GitHub Repository and Discussions
The open-source repository for the framework, with issues, release notes, and a Discussions area where V3 end-of-life, V4 migration, and plugin compatibility questions are answered.
Serverless Framework GitHub Repository · GitHub Discussions
oss-serverless
A community-maintained, MIT-licensed fork of the Serverless Framework V3 codebase that continues to receive runtime and dependency fixes. Useful as a bridge for teams that are not ready to adopt V4 or migrate.
Powertools for AWS Lambda
AWS's open-source toolkit for structured logging, metrics, tracing, idempotency, and parameter handling in Lambda functions, available for TypeScript, Python, Java, and .NET. The fastest way to get production-grade observability into a Serverless Framework project.
Powertools for AWS Lambda (TypeScript)
Serverless Land
AWS's catalog of serverless patterns, sample applications, and event-driven architecture guidance, including ready-to-deploy Serverless Framework examples.
AWS Skill Builder
AWS's own training platform, with free and paid courses, labs, and certification preparation covering Lambda and serverless architecture. (This replaces A Cloud Guru, which has been folded into Pluralsight.)
SST
An alternative serverless framework, not a tutorial site. SST v3 is TypeScript-first and deploys through Pulumi rather than CloudFormation. Worth knowing if you are evaluating a move off the Serverless Framework; see our 2026 comparison.
Serverless Community Forum
A vibrant community of serverless developers where you can ask questions, share your experiences, and learn from other community members.
Serverless Guru Blog
Serverless Guru's blog is a place where you'll find industry insights, hands-on tutorials, and best practices for serverless development.
Yan Cui’s Blog
Yan Cui is a renowned serverless architect. His insights and experiences on serverless architecture are invaluable for both beginners and experienced developers.