01
Serverless runtime
Lambda scales to zero between requests and removes server management overhead.
Pattern 01
Multi-region server-side rendering on AWS Lambda with automatic CloudFront failover.
Status
Available module
Deployment scope
us-east-1 + us-west-2
Recommended version
~> 2.4
What you get
01
Lambda scales to zero between requests and removes server management overhead.
02
CloudFront origin groups route around regional 5xx responses.
03
DNS, SSL, caching, and deployment wiring are ready to configure.
Start here
Add the module to your configuration and customize only what you need.
module "ssr" {
source = "pomo-studio/serverless-ssr/aws"
version = "~> 2.4"
project_name = "my-app"
domain_name = "example.com"
subdomain = "app"
}Key inputs
Useful outputs
Built with