AWS Lambda
Serverless compute service guides for event-driven functions and microservices.
7 guides available
Showing 7 of 7 guides
Create a Database-Backed API
Create a serverless REST API on AWS with API Gateway, Lambda functions for CRUD operations, and DynamoDB for data storage using Pulumi.
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 a Serverless E-Commerce Backend on AWS
Deploy a serverless e-commerce backend on AWS with product catalog, shopping cart, order processing, and CDN-accelerated image delivery using Pulumi.
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.