Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 671 Bytes

File metadata and controls

25 lines (15 loc) · 671 Bytes

edge-bundled

This architecture uses CloudFront with S3 as the origin. Static assets are served from S3, and page data requests are handled by Lambda@Edge.

architecture

Pros

  • Unlimited SSG
  • Low round trip by Lambda@Edge

Cons

  • Streaming responses are not available due to Lambda@Edge limitations
  • Poor Lambda execution environment. Applying Lambda@Edge Origin Request limits

Use cases

  • Large scale SSG
  • Small amount of server processing

Additional limitations

  • The server always sends the response body as text.