Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit c373c72

Browse files
authored
Fix doc on Lambda@Edge limitation (#1757)
1 parent bc07cd9 commit c373c72

File tree

1 file changed

+1
-2
lines changed
  • content/en/user-guide/aws/cloudfront

1 file changed

+1
-2
lines changed

content/en/user-guide/aws/cloudfront/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ You can enable this feature by setting `CLOUDFRONT_LAMBDA_EDGE=1` in your LocalS
7979
### Current limitations
8080

8181
- The [`UpdateDistribution`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html), [`DeleteDistribution`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteDistribution.html), and [`Persistence Restore`](https://docs.localstack.cloud/user-guide/state-management/persistence/) features are not yet supported for Lambda@Edge.
82-
- Lack of full support for `viewer-request` and `viewer-response` event types.
83-
Please expect inconsistencies and missing functionality.
82+
- The `origin-request` and `origin-response` event types currently trigger for each request because caching is not implemented in CloudFront.
8483

8584
## Using custom URLs
8685

0 commit comments

Comments
 (0)