Best of ServerlessOctober 2025

  1. 1
    Article
    Avatar of infoqInfoQ·30w

    Cloudflare Introduces Email Service to Compete with Amazon SES, Resend, and SendGrid

    Cloudflare announced a private preview of its Email Service during Birthday Week, enabling developers to send and receive emails directly from Workers without API keys. The globally managed service automatically configures SPF, DKIM, and DMARC for improved deliverability, supports both REST APIs and SMTP, and integrates with Workers AI for routing and parsing incoming emails. Unlike regional services like Amazon SES, Cloudflare offers a single global endpoint. The beta launches in November with message-based pricing and requires a paid Workers subscription.

  2. 2
    Article
    Avatar of neontechNeon·33w

    A PostgREST-Compatible Data API, Now on Neon

    Neon launched a PostgREST-compatible Data API that allows querying Postgres databases directly over HTTPS. Built as a Rust re-implementation of PostgREST integrated into Neon's proxy fleet, it offers improved resource efficiency, multi-tenant architecture, and automatic scaling across thousands of databases. The API provides dedicated endpoints for each database branch, supports scale-to-zero compute while maintaining constant availability, and integrates with Neon Auth or external JWT providers. Designed particularly for AI agent platforms, it eliminates the need for Postgres client libraries by using standard HTTP requests with JWT authentication and Row-Level Security.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·31w

    How to Build a Full-Stack Serverless CRUD App using AWS and React

    A comprehensive guide to building a serverless coffee shop management system using AWS services. Covers setting up DynamoDB for data storage, creating Lambda functions with reusable layers, exposing APIs through API Gateway, implementing authentication with Cognito, and deploying a React frontend via S3 and CloudFront. Includes detailed steps for configuring IAM roles, handling CORS, creating CRUD operations, and troubleshooting common deployment issues.

  4. 4
    Video
    Avatar of t3dotggTheo - t3․gg·31w

    3.5x Faster (I bullied Cloudflare into fixing their performance)

    Cloudflare improved Workers performance by up to 3.5x after community benchmarks revealed gaps compared to Vercel. The team spent a week fixing scheduling algorithms, V8 garbage collection tuning, stream adapters, and JSON parsing. They also contributed upstream fixes to Node.js and V8 that benefit the entire ecosystem. Key improvements include better cold start handling, reduced memory allocations in OpenNext, and optimized trigonometry functions.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·30w

    Serverless and Microservices with C# & Azure

    A comprehensive 2-hour video course covering serverless architecture and microservices development using C# and Azure. The course progresses from fundamental concepts to production-ready implementations, including Azure Functions, Docker containers, Kubernetes orchestration, and .NET Aspire. Topics include serverless architecture patterns, microservices design patterns, onion architecture, Azure triggers, background functions, IoT functions, and practical route planning microservices.