Add support for AWS::CloudFront::Function
See original GitHub issueIssue Description
Distribution CacheBehavior now has FunctionAssociations
:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cachebehavior.html#cfn-cloudfront-distribution-cachebehavior-functionassociations
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Customizing at the edge with CloudFront Functions
With CloudFront Functions in Amazon CloudFront, you can write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations.
Read more >Introducing CloudFront Functions – Run Your Code at the ...
CloudFront Functions is available today and you can use it with new and existing distributions. You can use CloudFront Functions with the AWS...
Read more >AWS::CloudFront::Function - AWS CloudFormation
Creates a CloudFront function. To create a function, you provide the function code and some configuration information about the function.
Read more >Example code for CloudFront Functions - AWS Documentation
Use the following example code to help you get started writing function code for Amazon CloudFront Functions.
Read more >Creating functions - Amazon CloudFront
To create a function (console) Sign in to the AWS Management Console and open the Functions page in the CloudFront console at https://console.aws.amazon.com/ ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I believe both CloudFront::Function and FunctionAssociations were committed on 2021-06-12 and are in release v3.0.0 (and above).
Any movement on this? I would also like to see this added.