https://github.com/awesomelistsio/awesome-serverless
A curated list of awesome services, frameworks, tools, and resources for building serverless applications.
https://github.com/awesomelistsio/awesome-serverless
List: awesome-serverless
awesome awesome-list awesome-lists serverless serverless-applications
Last synced: 2 months ago
JSON representation
A curated list of awesome services, frameworks, tools, and resources for building serverless applications.
- Host: GitHub
- URL: https://github.com/awesomelistsio/awesome-serverless
- Owner: awesomelistsio
- Created: 2025-08-03T00:41:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T00:53:12.000Z (2 months ago)
- Last Synced: 2025-08-03T02:33:14.443Z (2 months ago)
- Topics: awesome, awesome-list, awesome-lists, serverless, serverless-applications
- Language: Python
- Homepage: https://awesome.himpfen.com/
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-aws - Awesome Serverless
- awesome-aws - Awesome Serverless
- awesome-jamstack - Awesome Serverless
- ultimate-awesome - awesome-serverless - A curated list of awesome services, frameworks, tools, and resources for building serverless applications. (Other Lists / TeX Lists)
README
# Awesome Serverless [](https://github.com/awesomelistsio/awesome)
[](https://ko-fi.com/awesomelists) [](https://www.paypal.com/donate/?hosted_button_id=3LLKRXJU44EJJ) [](https://tinyurl.com/e8ymxdw3) [](https://x.com/ListsAwesome) [](https://www.facebook.com/awesomelists)
> A curated list of awesome services, frameworks, tools, and resources for building serverless applications.
Serverless computing lets developers focus on writing code without managing the underlying infrastructure. This list covers everything from FaaS platforms and frameworks to monitoring, security, and real-world case studies.
## Contents
- [Platforms](#platforms)
- [Frameworks & CLIs](#frameworks--clis)
- [Deployment & CI/CD](#deployment--cicd)
- [APIs & Backend Services](#apis--backend-services)
- [Monitoring & Debugging](#monitoring--debugging)
- [Security](#security)
- [Databases & Storage](#databases--storage)
- [Learning Resources](#learning-resources)
- [Podcasts & Newsletters](#podcasts--newsletters)
- [Examples & Boilerplates](#examples--boilerplates)
- [Communities](#communities)
- [Related Awesome Lists](#related-awesome-lists)## Platforms
- [AWS Lambda](https://aws.amazon.com/lambda/) – FaaS by Amazon Web Services.
- [Google Cloud Functions](https://cloud.google.com/functions) – Event-driven serverless compute.
- [Azure Functions](https://azure.microsoft.com/en-us/services/functions/) – Serverless on Microsoft Azure.
- [Cloudflare Workers](https://workers.cloudflare.com/) – Run code at the edge.
- [Vercel](https://vercel.com/) – Serverless platform for frontend frameworks and static sites.
- [Netlify Functions](https://docs.netlify.com/functions/overview/) – Serverless functions for JAMstack sites.
- [DigitalOcean Functions](https://www.digitalocean.com/products/functions) – Scalable serverless compute.## Frameworks & CLIs
- [Serverless Framework](https://www.serverless.com/) – Popular open-source framework for deploying to serverless environments.
- [Architect](https://arc.codes/) – Simple framework for building and deploying serverless apps.
- [Begin](https://begin.com/) – Framework built on Architect with CI/CD.
- [Chalice](https://github.com/aws/chalice) – Microframework for Python on AWS Lambda.
- [SAM (Serverless Application Model)](https://aws.amazon.com/serverless/sam/) – AWS CLI and specification for serverless apps.
- [Pulumi](https://www.pulumi.com/) – Infrastructure as code for serverless and cloud.
- [Terraform](https://www.terraform.io/) – IaC with support for serverless resources.## Deployment & CI/CD
- [GitHub Actions](https://github.com/features/actions) – CI/CD for serverless workflows.
- [Serverless CI/CD](https://www.serverless.com/ci-cd) – Built-in CI/CD for Serverless Framework.
- [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) – Integrated CI/CD for serverless deployments.
- [CircleCI](https://circleci.com/) – Works with serverless via custom scripts and containers.## APIs & Backend Services
- [AWS API Gateway](https://aws.amazon.com/api-gateway/) – Manage REST and WebSocket APIs with Lambda integration.
- [Firebase Functions](https://firebase.google.com/products/functions) – Serverless backend for Firebase apps.
- [Fauna](https://fauna.com/) – Serverless database with native GraphQL support.
- [Hasura](https://hasura.io/) – Real-time GraphQL engine with serverless functions support.
- [Supabase](https://supabase.com/) – Open-source alternative to Firebase with serverless functions.## Monitoring & Debugging
- [Dashbird](https://dashbird.io/) – Monitoring and debugging tool for AWS Lambda.
- [Thundra](https://www.thundra.io/) – Observability for serverless environments.
- [Lumigo](https://lumigo.io/) – Monitoring, debugging, and tracing for serverless apps.
- [Epsagon](https://epsagon.com/) – Distributed tracing and performance monitoring.## Security
- [Pacu](https://github.com/RhinoSecurityLabs/pacu) – AWS exploitation framework.
- [Protego](https://www.checkpoint.com/protego-serverless-security/) – Serverless security and visibility.
- [PureSec (now part of Prisma Cloud)](https://www.paloaltonetworks.com/prisma/cloud) – Runtime protection for serverless.## Databases & Storage
- [DynamoDB](https://aws.amazon.com/dynamodb/) – Serverless NoSQL database by AWS.
- [Firestore](https://firebase.google.com/docs/firestore) – Serverless NoSQL database for Firebase.
- [PlanetScale](https://planetscale.com/) – Serverless MySQL platform.
- [S3](https://aws.amazon.com/s3/) – Scalable storage for serverless file storage.## Learning Resources
- [Serverless Stack](https://serverless-stack.com/) – Guide to building full-stack apps with serverless.
- [Serverless Handbook](https://serverlesshandbook.dev/) – eBook on serverless by Swizec Teller.
- [Awesome AWS Lambda](https://github.com/mthenw/awesome-aws-lambda) – Curated list focused on AWS Lambda.## Podcasts & Newsletters
- [Serverless Chats](https://www.serverlesschats.com/) – Podcast for serverless developers.
- [Off-by-None](https://www.jeremydaly.com/newsletter/) – Weekly newsletter on serverless.
- [Cloud Cast](https://www.thecloudcast.net/) – Topics on cloud and serverless trends.## Examples & Boilerplates
- [Serverless Examples](https://github.com/serverless/examples) – Collection of example projects using Serverless Framework.
- [Netlify Serverless Examples](https://github.com/netlify/functions) – Sample functions and use cases.
- [Awesome Lambda Patterns](https://github.com/ksatirli/aws-lambda-power-tuning) – Patterns and tools for optimizing Lambda.## Communities
- [Serverless Forum](https://forum.serverless.com/) – Official Serverless Framework community.
- [r/serverless](https://www.reddit.com/r/serverless/) – Reddit community for serverless tech.
- [Serverless on Stack Overflow](https://stackoverflow.com/questions/tagged/serverless) – Serverless-related Q&A.## Related Awesome Lists
- [Awesome Cloud Native](https://github.com/awesomelistsio/awesome-cloud-native)
- [Awesome AWS](https://github.com/awesomelistsio/awesome-aws)
- [Awesome Terraform](https://github.com/awesomelistsio/awesome-terraform)
- [Awesome JAMstack](https://github.com/awesomelistsio/awesome-jamstack)
- [Awesome DevOps](https://github.com/awesomelistsio/awesome-devops)
## ContributeContributions are welcome!
## License
[](http://creativecommons.org/licenses/by-sa/4.0/)