From c6b5a5f4c6f206c2015267fd7c6b2ef9780c7dfd Mon Sep 17 00:00:00 2001 From: Jeong-Hee Kang Date: Tue, 24 Aug 2021 22:44:02 +0900 Subject: [PATCH] docs: Update `cloudfront.md` (#9878) https://aws.amazon.com/about-aws/whats-new/2021/04/lambda-edge-support-node14/ --- docs/providers/aws/events/cloudfront.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/events/cloudfront.md b/docs/providers/aws/events/cloudfront.md index 29e1fe521..c5a6df390 100644 --- a/docs/providers/aws/events/cloudfront.md +++ b/docs/providers/aws/events/cloudfront.md @@ -35,7 +35,7 @@ Lambda@Edge has four options when the Lambda function is triggered **MEMORY AND TIMEOUT LIMITS:** According to [AWS Limits on Lambda@Edge](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-lambda-at-edge) the limits for viewer-request and viewer-response are 128MB memory and 5 seconds timeout and for origin-request and origin-response are 3008MB memory and 30 seconds timeout. -**RUNTIME LIMITS:** According to [AWS Requirements on Lambda@Edge](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-requirements-limits.html) the runtimes supported by Lambda@Edge functions are: `Python 3.8`, `Python 3.7`, `Node.js 12.x`, `Node.js 10.x`. +**RUNTIME LIMITS:** According to [AWS Requirements on Lambda@Edge](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-requirements-limits.html) the runtimes supported by Lambda@Edge functions are: `Python 3.8`, `Python 3.7`, `Node.js 14.x`, `Node.js 12.x`, `Node.js 10.x`. ## Simple event definition