Skip to content

Commit e171919

Browse files
authored
Merge pull request #99 from Tail-wind/patch-1
Update Lambda@Edge description to indicate Node runtime restriction
2 parents 58d632f + 2243fde commit e171919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/lambda-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lambda@Edge<a name="lambda-edge"></a>
22

3-
Lambda@Edge lets you run Lambda functions to customize content that CloudFront delivers, executing the functions in AWS locations closer to the viewer\. The functions run in response to CloudFront events, without provisioning or managing servers\. You can use Lambda functions to change CloudFront requests and responses at the following points:
3+
Lambda@Edge lets you run Node.js Lambda functions to customize content that CloudFront delivers, executing the functions in AWS locations closer to the viewer\. The functions run in response to CloudFront events, without provisioning or managing servers\. You can use Lambda functions to change CloudFront requests and responses at the following points:
44
+ After CloudFront receives a request from a viewer \(viewer request\)
55
+ Before CloudFront forwards the request to the origin \(origin request\)
66
+ After CloudFront receives the response from the origin \(origin response\)
@@ -17,4 +17,4 @@ With Lambda@Edge, you can build a variety of solutions, for example:
1717
+ Add, delete, and modify headers, and rewrite the URL path to direct users to different objects in the cache\.
1818
+ Generate new HTTP responses to do things like redirect unauthenticated users to login pages, or create and deliver static webpages right from the edge\. For more information, see [Using Lambda Functions to Generate HTTP Responses to Viewer and Origin Requests](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/http-response-generation.html) in the *Amazon CloudFront Developer Guide*\.
1919

20-
For more information about using Lambda@Edge, see [Using CloudFront with Lambda@Edge](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-at-the-edge.html)\.
20+
For more information about using Lambda@Edge, see [Using CloudFront with Lambda@Edge](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-at-the-edge.html)\.

0 commit comments

Comments
 (0)