Serverless Architecture
Build and run applications without managing servers using Lambda, Cloud Functions, and managed services.
14 guides available
Related Tags
Alternatives
Showing 12 of 14 guides (page 1 of 2)
Create a Serverless Video Thumbnail Extractor
Build a serverless video thumbnail pipeline on AWS with Lambda, S3 event triggers, and FFmpeg to extract frames on upload.
Create a Serverless REST API with Route Hit Counter
Build a serverless REST API using API Gateway, Lambda, and DynamoDB that tracks how many times each route has been accessed.
Create a Serverless Hello World Function
Create an AWS Lambda function with an API Gateway HTTP API endpoint for a simple, testable serverless deployment using Pulumi Neo.
Deploy Serverless Functions with Consumption Plan
Deploy a serverless application on Azure Functions with consumption-based pricing, automatic scaling, and code deployment from a local directory.
Build Serverless Infrastructure at Scale
Build production-grade serverless architecture with API Gateway, Lambda, DynamoDB auto-scaling, async workflows, distributed tracing, and cost optimization using Pulumi.
Deploy Multi-Language Serverless Functions
Deploy serverless functions in multiple programming languages to Google Cloud Functions, using the best runtime for each task in a polyglot architecture.
Deploy an HTTP-Triggered Cloud Function
Deploy an HTTP-triggered serverless function on Google Cloud Functions with a public HTTPS endpoint, automatic scaling, and pay-per-request pricing.
Deploy Cloud Run Services with Custom Containers
Deploy containerized applications to Google Cloud Run with public HTTPS endpoints, automatic scaling, and custom container builds using Pulumi Neo.
Deploy a Container App with Log Analytics
Deploy a containerized application on Azure Container Apps with centralized logging through Log Analytics, a private container registry, and automatic scaling.
Deploy an API Gateway V2 HTTP API with Lambda Backend
Deploy an HTTP API using AWS API Gateway V2 with a Lambda backend, automatic deployment, and throttling for modern serverless applications.
Deploy a serverless React + Postgres blueprint on AWS with Pulumi
Ship a React SPA plus a serverless API that queries Aurora Serverless v2 for PostgreSQL behind Amazon CloudFront on AWS. Consumes the Pulumi landing-zone stack for network and secret wiring, and exports the public site URL downstream projects can reuse.
Deploy a serverless React + Postgres blueprint on Azure with Pulumi
Ship a React SPA plus a serverless API that queries Azure Database for PostgreSQL Flexible Server behind Azure Front Door Standard on Azure. Consumes the Pulumi landing-zone stack for network and secret wiring, and exports the public site URL downstream projects can reuse.