Skip to content

Commit

Permalink
Update cloudfront-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agarner-dng authored Jan 27, 2025
1 parent d2ca75c commit 1d4ddd7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/aws/cloudfront-functions.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# CloudFront Functions

## Javascript Runtime

The CloudFront Functions Javascript runtime 2.0 is compliant with ECMAScript v5.1 and supports some features of v6 through to v12. There are some limitations which there seem to be no documentation for. You can't loop over more than 100 things (limit hit with loop over redirects).

See the AWS docs for the [Javascript Runtime](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-javascript-runtime-20.html).

## Quotas

Cloudfront Functions and KV Stores have more restrictive limits than Lambda@Edge, many of which cannot be increased.

* [CloudFront Functions Quotas](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-functions)

0 comments on commit 1d4ddd7

Please sign in to comment.