Serverless

8 guides tagged “Serverless”.

  1. How to Deploy Your First App on AWS for Free Deploy a web app on AWS for $0: Free plan account, budget alert, S3 + CloudFront frontend, Lambda + DynamoDB backend, all inside always-free limits. DevOps beginner 11 min
  2. How to Deploy Your First App on Azure for Free Deploy a web app on Azure for $0: the free account's $200 credit, Azure Functions, Static Web Apps, Cosmos DB, and always-free limits that keep it free. DevOps beginner 11 min
  3. How to Deploy Your First App on Cloudflare for Free Deploy an app on Cloudflare for $0: Workers (100K req/day), Pages static hosting, D1 database, R2 storage — with zero egress fees and no credit card. DevOps beginner 10 min
  4. How to Deploy Your First App on Google Cloud for Free Deploy a web app on Google Cloud for $0: Cloud Run with scale-to-zero, Firestore for data, and the always-free tier limits that keep the bill at zero. DevOps beginner 11 min
  5. How to Launch Free Infrastructure on AWS, GCP, or Azure Run a web app on AWS, GCP, Azure, Oracle, or Cloudflare for $0: free tiers, lean stacks, and real monthly costs from $0 to $300+. DevOps beginner 12 min
  6. What Is Serverless Computing? Serverless runs your code on demand without managing servers, billing only for execution. Learn the model, cold starts, and when it fits. DevOps beginner 7 min
  7. How to Deploy Your First Serverless Function on AWS Lambda A step-by-step tutorial to deploy a Python function on AWS Lambda with an HTTP trigger, test it, and read its logs — no servers to manage. DevOps beginner 8 min
  8. What Are Serverless Cold Starts (and Do They Matter for You)? A cold start is the delay when a serverless function spins up for the first time. Learn why they happen, how long they take, and when they matter. DevOps beginner 5 min