# Simple static-assets deployment (S3 bucket only — no CloudFront/WAF) # This is the simplest way to deploy a static site: just an S3 bucket. environment: dev id: assets infrastructure: static-assets: inputs: bucket_name: my-static-site region: us-east-1 version: 1.0.0 name: static assets