This architecture uses CloudFront with S3 as the origin. Static assets are served from S3, and page data requests are handled by Lambda@Edge.
- Unlimited SSG
- Low round trip by Lambda@Edge
- Streaming responses are not available due to Lambda@Edge limitations
- Poor Lambda execution environment. Applying Lambda@Edge Origin Request limits
- Large scale SSG
- Small amount of server processing
- The server always sends the response body as text.