Serverless Architecture
Build and run applications without managing servers using Lambda, Cloud Functions, and managed services.
14 guides available
Related Tags
Alternatives
Showing 2 of 14 guides (page 2 of 2)
Deploy a serverless React + Postgres blueprint on GCP with Pulumi
Ship a React SPA plus a serverless API that queries Cloud SQL for PostgreSQL behind Google Cloud CDN in front of a global external HTTPS load balancer on GCP. Consumes the Pulumi landing-zone stack for network and secret wiring, and exports the public site URL downstream projects can reuse.
Serverless React + Postgres
Ship a small full-stack web app in one `pulumi up`, with a React UI, a serverless backend, and a managed PostgreSQL database the backend queries. Scale-to-zero compute where the cloud supports it, and no CORS setup in the browser.