# Complex static-assets deployment (S3 + CloudFront + WAF) # The full production stack: S3 origin + CloudFront CDN edge + WAF protection. environment: dev id: assets infrastructure: static-assets: inputs: bucket_name: my-production-static-site default_ttl: 3600 max_ttl: 86400 price_class: PriceClass_100 region: us-east-1 viewer_protocol_policy: redirect-to-https waf_enabled: true version: 1.0.0 name: static assets