Skip to content

Commit 0116009

Browse files
authored
document new lambda@edge improvements (#1752)
1 parent 0a90eae commit 0116009

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,17 @@ This feature is still under development, and functionality is limited.
7070
You can enable this feature by setting `CLOUDFRONT_LAMBDA_EDGE=1` in your LocalStack configuration.
7171

7272
### Current features
73+
7374
- Support for [`CreateDistribution`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html) API to set up CloudFront distributions with Lambda@Edge.
7475
- Support for modifying request and response headers dynamically.
76+
- Support for [`IncludeBody`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_LambdaFunctionAssociation.html#cloudfront-Type-LambdaFunctionAssociation-IncludeBody) parameter.
77+
- Support for Node.js & Python 3.x runtime.
78+
79+
### Current limitations
7580

76-
### Known limitations
7781
- 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.
7882
- Lack of full support for `viewer-request` and `viewer-response` event types.
7983
Please expect inconsistencies and missing functionality.
80-
- [`IncludeBody`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_LambdaFunctionAssociation.html#cloudfront-Type-LambdaFunctionAssociation-IncludeBody) option is currently not supported.
8184

8285
## Using custom URLs
8386

0 commit comments

Comments
 (0)