# Serverless

> Dive into the world of serverless architecture. Learn how to build scalable, cost-efficient applications without managing servers directly using serverless frameworks and platforms.

- **Source:** DevDreaming (https://devdreaming.com)
- **Canonical URL:** https://devdreaming.com/resources/category/serverless

---

## Resources in Serverless

- [Amazon Web Services (AWS) Lambda](https://aws.amazon.com/lambda/) -- A serverless compute service that runs code in response to events, managing underlying resources automatically. - Pricing: Paid
- [Google Cloud Functions](https://cloud.google.com/functions) -- A serverless platform for running code in response to events without managing servers, supporting multiple programming languages. - Pricing: Paid
- [Supabase](https://supabase.com/) -- Supabase is an open-source backend-as-a-service that provides real-time databases, authentication, and API services. - Pricing: Freemium
- [Vercel](https://vercel.com) -- Vercel provides the developer tools and cloud infrastructure to build, scale, and secure a faster, more personalized web. - Pricing: Freemium

---

## Related on DevDreaming

- [All Developer Resources](https://devdreaming.com/resources)
- [Free Developer Tools](https://devdreaming.com/tools)
- [AI Tools for Developers](https://devdreaming.com/ai-tools)
- [Blog & Tutorials](https://devdreaming.com/blogs)

---

_This is the Markdown twin of a page on **DevDreaming** -- free developer tutorials, tools, and AI resources. Source of truth: the canonical HTML URL above._