
Serverless is a cloud architecture where the provider manages all infrastructure. You write code, deploy it, and it runs. Learn what serverless means, how it works, its core principles, benefits, trade-offs, and when to use it for your next project.

The most widely used serverless compute service. Learn how Lambda works, pricing, runtimes, cold starts, and how to deploy with the Serverless Framework.

A fully managed service for creating HTTP and WebSocket APIs. Learn how API Gateway works, REST vs HTTP APIs, pricing, and limits.

The newer, cheaper, faster alternative to REST APIs on API Gateway. Learn how HTTP APIs work, pricing, and when to use them.

A fully managed NoSQL database for serverless applications. Learn how DynamoDB works, pricing, comparisons, and Serverless Framework usage.

Fully managed object storage for any amount of data. Learn how S3 works, pricing, limits, and how to use it with the Serverless Framework.

AWS's global content delivery network. Learn how CloudFront works, pricing, Lambda@Edge, and how to use it with the Serverless Framework.

Fully managed pub/sub messaging for serverless applications. Learn how SNS works, pricing, and how it compares to SQS.

Orchestrate multi-step serverless workflows with state machines. Learn how Step Functions works, Standard vs Express, pricing, and limits.

Fully managed GraphQL API service. Learn how AppSync works, data sources, real-time subscriptions, pricing, and alternatives.